From: Peter Palfrader Date: Wed, 25 Sep 2019 06:52:59 +0000 (+0200) Subject: another notify X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=06a0afd1b2b90b203e73bc3551ff4a00d0a03e04;p=mirror%2Fdsa-puppet.git another notify --- diff --git a/modules/bacula/manifests/client.pp b/modules/bacula/manifests/client.pp index 24f6908dd..0034322f6 100644 --- a/modules/bacula/manifests/client.pp +++ b/modules/bacula/manifests/client.pp @@ -105,7 +105,7 @@ class bacula::client( content => '', mode => '0440', group => bacula, - notify => Exec['bacula-director reload'] + notify => Exec['bacula-fd restart-when-idle'] } file { '/usr/local/sbin/bacula-backup-dirs': ensure => $ensure,