"This change pins the puppetlabs-puppet_agent module to v4.12.1. Previosuly the fixut...
[puppet-modules/puppetlabs-apt.git] / manifests / conf.pp
index 9c1a59e81cffbfae1e64772853b0872f6da6a262..0aec66dd63f69f5bb68195e4f9f6120c0c6332ae 100644 (file)
@@ -19,10 +19,9 @@ define apt::conf (
   Variant[String, Integer] $priority = 50,
   Optional[Boolean] $notify_update   = undef,
 ) {
-
   unless $ensure == 'absent' {
     unless $content {
-      fail(translate('Need to pass in content parameter'))
+      fail('Need to pass in content parameter')
     }
   }