X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=manifests%2Fconf.pp;h=b791f852190b4f5938774f1a4ae90db348a6ee39;hb=508c55427fc37cc0dd8e8d2cecd6ca94aaed1221;hp=364cae383ce346a86d00524763a5a09c1caa35b0;hpb=42637245f33087cb698eaed07623b5a9eafeb780;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/manifests/conf.pp b/manifests/conf.pp index 364cae3..b791f85 100644 --- a/manifests/conf.pp +++ b/manifests/conf.pp @@ -1,8 +1,9 @@ +# Defining apt config define apt::conf ( - Optional[Variant[String, Stdlib::Compat::String]] $content = undef, - Enum['present', 'absent'] $ensure = present, - Variant[String, Stdlib::Compat::String, Integer, Stdlib::Compat::Integer] $priority = 50, - Optional[Boolean] $notify_update = undef, + Optional[String] $content = undef, + Enum['present', 'absent'] $ensure = present, + Variant[String, Integer] $priority = 50, + Optional[Boolean] $notify_update = undef, ) { unless $ensure == 'absent' {