From: Stephen Gran Date: Wed, 8 Jan 2014 20:01:40 +0000 (+0000) Subject: duplicate name X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=f7e0f993132d508cee94cf091f953ceefaf13c9c;p=mirror%2Fdsa-puppet.git duplicate name Signed-off-by: Stephen Gran --- diff --git a/modules/roles/manifests/pubsub.pp b/modules/roles/manifests/pubsub.pp index 100850fa2..8ebe3e70b 100644 --- a/modules/roles/manifests/pubsub.pp +++ b/modules/roles/manifests/pubsub.pp @@ -69,7 +69,7 @@ class roles::pubsub { description => 'rabbitmq cluster connections', rule => "proto tcp mod state state (NEW) saddr (${you}) ACCEPT" } - @ferm::rule { 'rabbitmq_cluster': + @ferm::rule { 'rabbitmq_cluster_v6': domain => 'ip6', description => 'rabbitmq cluster connections', rule => "proto tcp mod state state (NEW) saddr (${you6}) ACCEPT"