]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/bacula/manifests/client.pp
make backups of pejacevic
[dsa-puppet.git] / modules / bacula / manifests / client.pp
index 40a1eb3534d78fb06716d57ad33f10666192cafc..c75a376767af6383f7dd9d41071bf49a8e898f2a 100644 (file)
@@ -1,7 +1,7 @@
 class bacula::client inherits bacula {
        @@bacula::storage-per-node { $::fqdn: }
 
-       if $::hostname in [beethoven, berlioz, biber, diabelli, dinis, draghi, geo3, kaufmann, lully, master, picconi, reger, schumann, soler, vento, vieuxtemps, wilder, wolkenstein] {
+       if $::hostname in [beethoven, berlioz, biber, diabelli, dinis, draghi, geo3, kaufmann, lully, master, picconi, pejacevic, reger, schumann, soler, vento, vieuxtemps, wilder, wolkenstein] {
                @@bacula::node { $::fqdn: }
        }
 
@@ -18,7 +18,7 @@ class bacula::client inherits bacula {
 
        exec { 'bacula-fd restart-when-idle':
                path        => '/usr/bin:/usr/sbin:/bin:/sbin',
-               command     => '(setsid /usr/local/sbin/bacula-idle-restart fd &)',
+               command     => 'sh -c "setsid /usr/local/sbin/bacula-idle-restart fd &"',
                refreshonly => true,
                subscribe   => File['/etc/ssl/debian/certs/thishost.crt'],
                require     => File['/usr/local/sbin/bacula-idle-restart'],