]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
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 e5740326ef3df0a176c827d8a71349ecdb21b325..61a93bf3f831617318331d9b06ad8c1f9314310d 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"
        }