X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=manifests%2Fconf.pp;h=3c4cb1975cb3551a1a642f2155111e0932a118e2;hb=5cdf186c45ca05d5ccecd74aa00172b7eff93d35;hp=03aab8e00270fb40ca699d1e4e286a8dd949bb71;hpb=effb3f7ff35675afd512f87c24bb81d2a712b983;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