X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=manifests%2Fconf.pp;h=8cd9c64e7841064ffa5c92e451daba8a48dd3090;hb=3f6863ac4c97f834bebc811852452b073d202682;hp=97b70a1eebfaceae39f74345c842c7f172d587e7;hpb=9ad4fd682d3223fbd6be3192e5841c366c156cf6;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, ) {