X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=manifests%2Fconf.pp;h=eea06861d9e3793e807a9e77d5388d0897941d3c;hb=a30791306b26a18d79875dbc1d99b11205802bcc;hp=364cae383ce346a86d00524763a5a09c1caa35b0;hpb=03681047ed16a1f88d63fe1cd07ea85815257b6f;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' {