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