X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=manifests%2Fconf.pp;h=8cd9c64e7841064ffa5c92e451daba8a48dd3090;hb=e5d5123521e1c01e0436f5e13a8462fdb1c09d1e;hp=97b70a1eebfaceae39f74345c842c7f172d587e7;hpb=d4b2e9021a83a8c6a86926b72ccdb08870404c80;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/manifests/conf.pp b/manifests/conf.pp index 97b70a1..8cd9c64 100644 --- a/manifests/conf.pp +++ b/manifests/conf.pp @@ -1,7 +1,7 @@ define apt::conf ( $content = undef, $ensure = present, - $priority = '50', + $priority = 50, $notify_update = undef, ) {