(IAC-1497) - Removal of unsupported `translate` dependency
[puppet-modules/puppetlabs-apt.git] / manifests / conf.pp
index 9c1a59e81cffbfae1e64772853b0872f6da6a262..c27f0c1c0dcd683699caec9572739157468a57d7 100644 (file)
@@ -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')
     }
   }