From 06a0afd1b2b90b203e73bc3551ff4a00d0a03e04 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 25 Sep 2019 08:52:59 +0200 Subject: [PATCH] another notify --- modules/bacula/manifests/client.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.20.1