X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=manifests%2Fconf.pp;h=c27f0c1c0dcd683699caec9572739157468a57d7;hb=refs%2Ftags%2Fv8.2.0;hp=9c1a59e81cffbfae1e64772853b0872f6da6a262;hpb=d6069a619ce1b30f19014932f81e83f445c846e6;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/manifests/conf.pp b/manifests/conf.pp index 9c1a59e..c27f0c1 100644 --- a/manifests/conf.pp +++ b/manifests/conf.pp @@ -22,7 +22,7 @@ define apt::conf ( unless $ensure == 'absent' { unless $content { - fail(translate('Need to pass in content parameter')) + fail('Need to pass in content parameter') } }