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:
2c7a895
)
Correct empty.conf location for fd
author
Peter Palfrader
<peter@palfrader.org>
Wed, 25 Sep 2019 06:48:42 +0000
(08:48 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Wed, 25 Sep 2019 06:48:42 +0000
(08:48 +0200)
modules/bacula/manifests/client.pp
patch
|
blob
|
history
diff --git
a/modules/bacula/manifests/client.pp
b/modules/bacula/manifests/client.pp
index
147c78f
..
12f334e
100644
(file)
--- a/
modules/bacula/manifests/client.pp
+++ b/
modules/bacula/manifests/client.pp
@@
-102,7
+102,7
@@
class bacula::client(
require => Package['bacula-fd'],
notify => Exec['bacula-fd restart-when-idle'],
}
- file { '/etc/bacula/conf.d/empty.conf':
+ file { '/etc/bacula/
fd-
conf.d/empty.conf':
ensure => $ensure,
content => '',
mode => '0440',