X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=manifests%2Fconf.pp;h=3c4cb1975cb3551a1a642f2155111e0932a118e2;hb=a3d782c3b5cf128b3ef8e910ef42297a38a96a02;hp=03aab8e00270fb40ca699d1e4e286a8dd949bb71;hpb=710b1c6a665bf5f65dc93de405bdfffa9e5a59de;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/manifests/conf.pp b/manifests/conf.pp index 03aab8e..3c4cb19 100644 --- a/manifests/conf.pp +++ b/manifests/conf.pp @@ -1,7 +1,7 @@ define apt::conf ( + $content, $ensure = present, - $priority = '50', - $content + $priority = '50' ) { include apt::params