Update wuiet IP address
[mirror/dsa-puppet.git] / modules / bacula / manifests / storage.pp
index afe7def..3d60de9 100644 (file)
@@ -1,3 +1,4 @@
+# the bacula storage node
 class bacula::storage inherits bacula {
   package { 'bacula-sd':
     ensure => installed
@@ -78,8 +79,8 @@ class bacula::storage inherits bacula {
     mode    => '0555',
   }
   file { "/etc/cron.d/puppet-bacula-storage-stuff": ensure => absent, }
-  concat::fragment { 'dsa-puppet-stuff--bacula-storage':
-    target => '/etc/cron.d/dsa-puppet-stuff',
+  concat::fragment { 'puppet-crontab--bacula-storage':
+    target => '/etc/cron.d/puppet-crontab',
     content  => @(EOF)
       @daily bacula chronic /usr/local/bin/bacula-unlink-removed-volumes -v
       | EOF