Filippo Giunchedi has submitted this change and it was merged.

Change subject: puppet_compiler: Restrict to labs networks
......................................................................


puppet_compiler: Restrict to labs networks

Change-Id: Iecb8a63201df3e69fcf4cc7b29ca6028a1d238df
---
M manifests/role/puppet_compiler.pp
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Filippo Giunchedi: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/manifests/role/puppet_compiler.pp 
b/manifests/role/puppet_compiler.pp
index 238b430..d7023e6 100644
--- a/manifests/role/puppet_compiler.pp
+++ b/manifests/role/puppet_compiler.pp
@@ -10,7 +10,7 @@
                 proto  => 'tcp',
                 port   => 'http',
                 prio   => '30',
-                srange => '\$INTERNAL'
+                srange => '$LABS_NETWORKS'
             }
         }
         default     : { fail("Realm ${::realm} NOT supported by this role.") }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Iecb8a63201df3e69fcf4cc7b29ca6028a1d238df
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Muehlenhoff <[email protected]>
Gerrit-Reviewer: Filippo Giunchedi <[email protected]>
Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to