projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddcd7c5
)
Also create systemd snippet directory
author
Julien Cristau
<jcristau@debian.org>
Sun, 29 Jan 2017 14:25:42 +0000
(15:25 +0100)
committer
Julien Cristau
<jcristau@debian.org>
Sun, 29 Jan 2017 14:25:42 +0000
(15:25 +0100)
modules/bacula/manifests/client.pp
patch
|
blob
|
history
diff --git
a/modules/bacula/manifests/client.pp
b/modules/bacula/manifests/client.pp
index
0b2b671
..
a2f818e
100644
(file)
--- 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',