X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=manifests%2Fconf.pp;h=0aec66dd63f69f5bb68195e4f9f6120c0c6332ae;hb=refs%2Fheads%2Frelease-prep;hp=c27f0c1c0dcd683699caec9572739157468a57d7;hpb=18fe46c4b19729099bfea98f0a353bbdc087f717;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/manifests/conf.pp b/manifests/conf.pp index c27f0c1..0aec66d 100644 --- a/manifests/conf.pp +++ b/manifests/conf.pp @@ -19,7 +19,6 @@ define apt::conf ( Variant[String, Integer] $priority = 50, Optional[Boolean] $notify_update = undef, ) { - unless $ensure == 'absent' { unless $content { fail('Need to pass in content parameter')