From: Stephen Gran Date: Sun, 25 Aug 2013 21:49:33 +0000 (+0100) Subject: make that an array X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=29e997fcfccb12a19b9871228005d14fc6b9189e;p=dsa-puppet.git make that an array Signed-off-by: Stephen Gran --- diff --git a/modules/roles/manifests/pubsub.pp b/modules/roles/manifests/pubsub.pp index e5740326..61a93bf3 100644 --- a/modules/roles/manifests/pubsub.pp +++ b/modules/roles/manifests/pubsub.pp @@ -65,7 +65,7 @@ class roles::pubsub { } @ferm::rule { 'rabbitmq_cluster': - domain => '(ip,ip6)', + domain => '(ip ip6)', description => 'rabbitmq cluster connections', rule => "proto tcp mod state state (NEW) saddr (${you}) ACCEPT" }