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:
94868d2
)
add iscsi rules for bm-bl9
author
Stephen Gran
<steve@lobefin.net>
Sun, 27 Apr 2014 16:28:39 +0000
(17:28 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Sun, 27 Apr 2014 16:28:39 +0000
(17:28 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/ferm/manifests/per-host.pp
patch
|
blob
|
history
diff --git
a/modules/ferm/manifests/per-host.pp
b/modules/ferm/manifests/per-host.pp
index
f3af905
..
273e6a5
100644
(file)
--- a/
modules/ferm/manifests/per-host.pp
+++ b/
modules/ferm/manifests/per-host.pp
@@
-12,6
+12,12
@@
class ferm::per-host {
}
case $::hostname {
+ bm-bl9: {
+ @ferm::rule { 'dsa-iscsi':
+ description => 'Allow iscsi access',
+ rule => '&SERVICE_RANGE(tcp, 3260, ( 5.153.231.240/27 172.29.123.0/24 ))'
+ }
+ }
oyens: {
@ferm::rule { 'dsa-amqp':
description => 'Allow rabbitmq access',