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=6c1fd8e819cc8ffb44ac187bb0fa7051d2958cc6;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')