X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=manifests%2Fconf.pp;h=eea06861d9e3793e807a9e77d5388d0897941d3c;hb=c88a7e388f6771528f020c8db98acfb3d42ec14d;hp=364cae383ce346a86d00524763a5a09c1caa35b0;hpb=b87e1af3704f5574bda393e36ded542ee7c4be23;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/manifests/conf.pp b/manifests/conf.pp index 364cae3..eea0686 100644 --- a/manifests/conf.pp +++ b/manifests/conf.pp @@ -1,8 +1,8 @@ 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' {