whitespace/quoting: modules/bacula/manifests/* (make lint happy)
[mirror/dsa-puppet.git] / modules / bacula / manifests / init.pp
index 218645f..3ec270d 100644 (file)
@@ -38,6 +38,6 @@ class bacula (
 ) {
   file { '/usr/local/sbin/bacula-idle-restart':
     mode    => '0555',
-    content  => template('bacula/bacula-idle-restart.erb'),
+    content => template('bacula/bacula-idle-restart.erb'),
   }
 }