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:
6662dca
)
add a dummy file so the service will start
author
Stephen Gran
<steve@lobefin.net>
Sun, 29 Jul 2012 16:54:32 +0000
(17:54 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Sun, 29 Jul 2012 16:54:32 +0000
(17:54 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/bacula/manifests/director.pp
patch
|
blob
|
history
diff --git
a/modules/bacula/manifests/director.pp
b/modules/bacula/manifests/director.pp
index
f8c5479
..
f1a76a4
100644
(file)
--- a/
modules/bacula/manifests/director.pp
+++ b/
modules/bacula/manifests/director.pp
@@
-36,6
+36,14
@@
class bacula::director inherits bacula {
rule => "proto tcp mod state state (NEW) dport (bacula-dir) saddr (${bacula_director_address} localhost) ACCEPT",
}
+ file { '/etc/bacula/conf.d/empty':
+ content => '',
+ mode => '0440',
+ group => bacula,
+ require => Package['bacula-director-pgsql'],
+ notify => Service['bacula-director']
+ }
+
Bacula::Node<<| |>>
}