From 59983915d5be2a839af675365d23f78cdef96298 Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Sun, 29 Jan 2017 15:25:42 +0100 Subject: [PATCH] Also create systemd snippet directory --- modules/bacula/manifests/client.pp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/bacula/manifests/client.pp b/modules/bacula/manifests/client.pp index 0b2b67196..a2f818ef3 100644 --- a/modules/bacula/manifests/client.pp +++ b/modules/bacula/manifests/client.pp @@ -50,6 +50,12 @@ class bacula::client inherits bacula { require => Package['bacula-fd'], notify => Service['bacula-fd'], } + file { '/etc/systemd/system/bacula-fd.service.d': + ensure => directory, + mode => '0755', + owner => root, + group => root, + } file { '/etc/systemd/system/bacula-fd.service.d/user.conf': source => 'puppet:///modules/bacula/bacula-fd-systemd', mode => '0400', -- 2.20.1