X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=manifests%2Fparams.pp;h=861a6af34f8b8f62b8c379156ea3ea450503dea7;hb=6698cbe94bffec8469fe82b8dfafffe2ee3e6089;hp=cdf8e6e09f2e64e74f6a0dd07c05578fbcc631a6;hpb=f05e43c28588a280a42333f9ca3a506a7121849d;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/manifests/params.pp b/manifests/params.pp index cdf8e6e..861a6af 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -61,7 +61,7 @@ class apt::params { }, 'pref' => { 'path' => $preferences_d, - 'ext' => '', + 'ext' => '.pref', }, 'list' => { 'path' => $sources_list_d, @@ -76,9 +76,10 @@ class apt::params { } $proxy_defaults = { - 'host' => undef, - 'port' => 8080, - 'https' => false, + 'ensure' => undef, + 'host' => undef, + 'port' => 8080, + 'https' => false, } $purge_defaults = {