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:
c7cd2ab
)
Allow two more addresses while backuphost is at bytemark
author
Peter Palfrader
<peter@palfrader.org>
Fri, 2 Aug 2013 06:08:22 +0000
(08:08 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Fri, 2 Aug 2013 06:08:22 +0000
(08:08 +0200)
modules/bacula/manifests/storage.pp
patch
|
blob
|
history
diff --git
a/modules/bacula/manifests/storage.pp
b/modules/bacula/manifests/storage.pp
index
91e30ac
..
2ac7e7d
100644
(file)
--- a/
modules/bacula/manifests/storage.pp
+++ b/
modules/bacula/manifests/storage.pp
@@
-40,7
+40,7
@@
class bacula::storage inherits bacula {
@ferm::rule { 'dsa-bacula-sd-v4':
domain => '(ip)',
description => 'Allow bacula-sd access from director and clients',
- rule => 'proto tcp mod state state (NEW) dport (bacula-sd) @subchain \'bacula-sd\' { saddr ($HOST_DEBIAN_V4) ACCEPT; }',
+ rule => 'proto tcp mod state state (NEW) dport (bacula-sd) @subchain \'bacula-sd\' { saddr ($HOST_DEBIAN_V4
5.153.231.125 5.153.231.126
) ACCEPT; }',
notarule => true,
}