Yuvipanda has uploaded a new change for review.

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

Change subject: labsdns: Use the proper comment character for lua
......................................................................

labsdns: Use the proper comment character for lua

WHY CAN WE NOT HAVE ONE THING THAT WE ALL AGREE ON!

Change-Id: Ifd47cdf5cda6eee838f8aa2c65eb56af156db05d
---
M modules/dnsrecursor/files/labs-ip-alias-dump.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/58/251158/1

diff --git a/modules/dnsrecursor/files/labs-ip-alias-dump.py 
b/modules/dnsrecursor/files/labs-ip-alias-dump.py
index 3aef129..ac368ae 100644
--- a/modules/dnsrecursor/files/labs-ip-alias-dump.py
+++ b/modules/dnsrecursor/files/labs-ip-alias-dump.py
@@ -20,7 +20,7 @@
     action='store_true'
 )
 
-LUA_LINE_TEMPLATE = 'aliasmapping["{public}"] = "{private}" # {name}\n'
+LUA_LINE_TEMPLATE = 'aliasmapping["{public}"] = "{private}" -- {name}\n'
 
 args = argparser.parse_args()
 config = yaml.safe_load(args.config_file)

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

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

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

Reply via email to