make that an array
authorStephen Gran <steve@lobefin.net>
Sun, 25 Aug 2013 21:49:33 +0000 (22:49 +0100)
committerStephen Gran <steve@lobefin.net>
Sun, 25 Aug 2013 21:49:33 +0000 (22:49 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/roles/manifests/pubsub.pp

index e574032..61a93bf 100644 (file)
@@ -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"
        }