From: Stephen Gran Date: Sun, 27 Apr 2014 16:28:39 +0000 (+0100) Subject: add iscsi rules for bm-bl9 X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=5f24e54787c042d5c0536b50470290fb15c21975;p=mirror%2Fdsa-puppet.git add iscsi rules for bm-bl9 Signed-off-by: Stephen Gran --- diff --git a/modules/ferm/manifests/per-host.pp b/modules/ferm/manifests/per-host.pp index f3af90513..273e6a54b 100644 --- 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',