]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
This is Debian, not Tor :)
authorPeter Palfrader <peter@palfrader.org>
Sun, 24 Mar 2013 22:59:12 +0000 (23:59 +0100)
committerPeter Palfrader <peter@palfrader.org>
Sun, 24 Mar 2013 22:59:12 +0000 (23:59 +0100)
modules/bacula/manifests/director.pp

index 818cfd6f0a7f3eb5103a0b831f1f7311c9d59252..4ffc1ecafb1d9cb24283f92ebb9fda45dd8a7edb 100644 (file)
@@ -77,7 +77,7 @@ class bacula::director inherits bacula {
                recurse => true,
                source  => 'puppet:///files/empty/',
        }
-       file { "/etc/cron.d/tor-bacula-stuff":
+       file { "/etc/cron.d/debian-bacula-stuff":
                content => "@daily root (cat /etc/bacula/storages-list.d/*.storage; echo '$bacula::bacula_filestor_name-catalog') | /etc/bacula/bacula-volume-purge-action\n";
        }
 }