From: Tollef Fog Heen Date: Mon, 22 Apr 2013 07:27:25 +0000 (+0200) Subject: Name of bacula-sd reload has changed, sync X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=c59e5d7255830f7ae07634c16199ed5ce27fcd41;p=mirror%2Fdsa-puppet.git Name of bacula-sd reload has changed, sync --- diff --git a/modules/bacula/manifests/storage-per-node.pp b/modules/bacula/manifests/storage-per-node.pp index e8926eb28..501921db3 100644 --- a/modules/bacula/manifests/storage-per-node.pp +++ b/modules/bacula/manifests/storage-per-node.pp @@ -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,