]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/bacula/manifests/node.pp
Try to reload bacula-director on changes instead of restart
[dsa-puppet.git] / modules / bacula / manifests / node.pp
index d73c34e903458bba2151711fedef1047c39c548f..ac4be838a6da330c6623808d1d88afdf03219fbc 100644 (file)
@@ -12,7 +12,7 @@ define bacula::node() {
                content => template('bacula/per-client.conf.erb'),
                mode    => '0440',
                group   => bacula,
-               notify  => Service['bacula-director']
+               notify  => Exec['bacula-director reload']
        }
 }