Faidon Liambotis has submitted this change and it was merged.
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(-)
Approvals:
Faidon Liambotis: Verified; Looks good to me, approved
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: merged
Gerrit-Change-Id: I862394cdecf8008d3e9817d6e052cdb018724968
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Faidon Liambotis <[email protected]>
Gerrit-Reviewer: Faidon Liambotis <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits