Faidon Liambotis has uploaded a new change for review.

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


Change subject: puppetmaster: fixup to $is_labs_puppet_master ref
......................................................................

puppetmaster: fixup to $is_labs_puppet_master ref

Commit ca0c74bb fixed the reference to the $is_labs_puppet_master
variable. The geoip class gained it in the meantime; fix it here too.

Change-Id: I862394cdecf8008d3e9817d6e052cdb018724968
---
M modules/puppetmaster/manifests/geoip.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/07/93707/1

diff --git a/modules/puppetmaster/manifests/geoip.pp 
b/modules/puppetmaster/manifests/geoip.pp
index e6b086f..18168d3 100644
--- a/modules/puppetmaster/manifests/geoip.pp
+++ b/modules/puppetmaster/manifests/geoip.pp
@@ -22,7 +22,7 @@
         environment    => $environment,
     }
 
-    if $::is_labs_puppet_master {
+    if $is_labs_puppet_master {
         # compatibility symlinks
         file { "$geoip_destdir/GeoIP.dat":
             ensure => link,

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

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

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

Reply via email to