Add sshkey for dnsadm
[mirror/dsa-puppet.git] / modules / bacula / manifests / storage.pp
index d926e4e..9f72e0e 100644 (file)
@@ -9,7 +9,7 @@ class bacula::storage inherits bacula {
                enable    => true,
                hasstatus => true,
        }
-       systemd::override { 'bacula-sd':
+       dsa_systemd::override { 'bacula-sd':
                content => @(EOT)
                        [Service]
                        Group=bacula
@@ -78,9 +78,7 @@ class bacula::storage inherits bacula {
                source  => 'puppet:///modules/bacula/bacula-unlink-removed-volumes',
                mode    => '0555',
        }
-       file { "/etc/cron.d/puppet-bacula-storage-stuff":
-               ensure => absent,
-       }
+       file { "/etc/cron.d/puppet-bacula-storage-stuff": ensure => absent, }
        concat::fragment { 'dsa-puppet-stuff--bacula-storage':
                target => '/etc/cron.d/dsa-puppet-stuff',
                content  => @(EOF)