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:
a531fb2
)
Drop using subchains here, since they give me a syntax error
author
Tollef Fog Heen
<tfheen@err.no>
Sat, 16 Jun 2012 11:13:56 +0000
(13:13 +0200)
committer
Tollef Fog Heen
<tfheen@err.no>
Sat, 16 Jun 2012 11:13:56 +0000
(13:13 +0200)
modules/bacula/manifests/client.pp
patch
|
blob
|
history
diff --git
a/modules/bacula/manifests/client.pp
b/modules/bacula/manifests/client.pp
index
9b4894b
..
4703294
100644
(file)
--- a/
modules/bacula/manifests/client.pp
+++ b/
modules/bacula/manifests/client.pp
@@
-33,6
+33,6
@@
class bacula::client inherits bacula {
@ferm::rule { 'dsa-bacula-fd':
domain => '(ip ip6)',
description => 'Allow bacula access from storage and director',
- rule => "proto tcp mod state state (NEW) dport (bacula-fd)
@subchain \'bacula\' { saddr ($bacula_director_address) ACCEPT; }
",
+ rule => "proto tcp mod state state (NEW) dport (bacula-fd)
saddr ($bacula_director_address) ACCEPT
",
}
}