Hashar has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/82857


Change subject: contint: dupe define Iptables_add_exec[gallium]
......................................................................

contint: dupe define Iptables_add_exec[gallium]

Append service name to make them unique.

Change-Id: I0ae18dd52cfd222a2b80119f20fa7f0eeba77875
---
M modules/contint/manifests/firewall.pp
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/57/82857/1

diff --git a/modules/contint/manifests/firewall.pp 
b/modules/contint/manifests/firewall.pp
index 8a39f43..5c92ae8 100644
--- a/modules/contint/manifests/firewall.pp
+++ b/modules/contint/manifests/firewall.pp
@@ -34,8 +34,8 @@
 
     require 'contint::firewall::iptables-drops'
 
-    iptables_add_exec{ $::hostname: service => 'http-alt' }
-    iptables_add_exec{ $::hostname: service => 'zuul_webservice' }
+    iptables_add_exec{ "${::hostname}_http-alt": service => 'http-alt' }
+    iptables_add_exec{ "${::hostname}_zuul_webservice": service => 
'zuul_webservice' }
   }
 
   require contint::firewall::iptables

-- 
To view, visit https://gerrit.wikimedia.org/r/82857
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0ae18dd52cfd222a2b80119f20fa7f0eeba77875
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Hashar <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to