nfs fu on coccia
[mirror/dsa-puppet.git] / modules / bacula / manifests / init.pp
index cbbc396..ed53174 100644 (file)
@@ -1,6 +1,6 @@
 class bacula {
 
-       $bacula_operator_email    = 'bacula-reports@debian.org'
+       $bacula_operator_email    = 'bacula-reports@admin.debian.org'
 
        $bacula_director_name     = 'debian-dir'
        $bacula_storage_name      = 'debian-sd'
@@ -33,4 +33,10 @@ class bacula {
        $bacula_ssl_client_key    = '/etc/ssl/debian/keys/thishost.key'
        $bacula_ssl_server_cert   = '/etc/ssl/debian/certs/thishost-server.crt'
        $bacula_ssl_server_key    = '/etc/ssl/debian/keys/thishost-server.key'
+
+       file { '/usr/local/sbin/bacula-idle-restart':
+               mode    => '0555',
+               source  => 'puppet:///modules/bacula/bacula-idle-restart',
+       }
+
 }