]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Name of bacula-sd reload has changed, sync
authorTollef Fog Heen <tfheen@err.no>
Mon, 22 Apr 2013 07:27:25 +0000 (09:27 +0200)
committerTollef Fog Heen <tfheen@err.no>
Mon, 22 Apr 2013 07:27:25 +0000 (09:27 +0200)
modules/bacula/manifests/storage-per-node.pp

index e8926eb280f8e7f45796dbb122b6b9cb300acfc0..501921db3f450d615958dcb42f476507356c81f1 100644 (file)
@@ -14,7 +14,7 @@ define bacula::storage-per-node() {
                        content => template('bacula/storage-per-client.conf.erb'),
                        mode    => '0440',
                        group   => bacula,
-                       notify  => Exec['bacula-sd reload'],
+                       notify  => Exec['bacula-sd restart-when-idle'],
                        ;
                "${bacula_backup_path}/${name}":
                        ensure  => directory,