X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fbacula%2Fmanifests%2Fclient.pp;h=ea15b7325ab2c4a15f37f57404b219bc08244d1b;hb=7c041353f4da829d409830eba2e95946952e817f;hp=8c33181b2f43d16cc7cec27268d1b2ec7d52fdc7;hpb=2bc65f1346ee9e0d5e8157aab09ed0e4f487373a;p=mirror%2Fdsa-puppet.git diff --git a/modules/bacula/manifests/client.pp b/modules/bacula/manifests/client.pp index 8c33181b2..ea15b7325 100644 --- a/modules/bacula/manifests/client.pp +++ b/modules/bacula/manifests/client.pp @@ -63,7 +63,7 @@ class bacula::client inherits bacula { file { '/etc/systemd/system/bacula-fd.service.d/user.conf': ensure => absent, } - systemd::override { 'bacula-fd': + dsa_systemd::override { 'bacula-fd': content => @(EOT) [Service] ExecStart= @@ -74,7 +74,7 @@ class bacula::client inherits bacula { file { '/etc/systemd/system/bacula-fd.service.d/user.conf': ensure => absent, } - systemd::override { 'bacula-fd': + dsa_systemd::override { 'bacula-fd': ensure => absent, } }