Matanya has uploaded a new change for review.

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

Change subject: geoip: qualify vars
......................................................................

geoip: qualify vars

Change-Id: I1bcef13653dfdbadf710d7ef425d2f3dc8a8e6fc
---
M modules/geoip/templates/GeoIP.conf.erb
M modules/geoip/templates/geoipupdate.logrotate.erb
2 files changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/69/145269/1

diff --git a/modules/geoip/templates/GeoIP.conf.erb 
b/modules/geoip/templates/GeoIP.conf.erb
index 01987f7..9bc3b458 100644
--- a/modules/geoip/templates/GeoIP.conf.erb
+++ b/modules/geoip/templates/GeoIP.conf.erb
@@ -8,14 +8,14 @@
 # see https://www.maxmind.com/app/license_key_login to obtain License Key,
 # UserId, and available ProductIds
 # Enter your license key here
-LicenseKey <%= license_key %>
+LicenseKey <%= @license_key %>
 
 # Enter your User ID here
-UserId <%= user_id %>
+UserId <%= @user_id %>
 
 # Enter the (space separated) Product ID(s) of the
 # database(s) you would like to update.  e.g.:
 # 106 - GeoIP.dat        Country database
 # 133 - GeoIPCity.dat    City database
 # 115 - GeoIPRegion.dat  Region database
-ProductIds <%= product_ids.join(' ') %>
+ProductIds <%= @product_ids.join(' ') %>
diff --git a/modules/geoip/templates/geoipupdate.logrotate.erb 
b/modules/geoip/templates/geoipupdate.logrotate.erb
index 6846ad0..36f48a7 100644
--- a/modules/geoip/templates/geoipupdate.logrotate.erb
+++ b/modules/geoip/templates/geoipupdate.logrotate.erb
@@ -3,7 +3,7 @@
 # Rotate geoipupdate.log generated by
 # the geoipupdate cron job.
 
-<%= geoipupdate_log %>  {
+<%= @geoipupdate_log %>  {
   size 1M
   rotate 1
   missingok

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1bcef13653dfdbadf710d7ef425d2f3dc8a8e6fc
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Matanya <mata...@foss.co.il>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to