BBlack has uploaded a new change for review.

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


Change subject: add newlines to every zonefile at the end
......................................................................

add newlines to every zonefile at the end

Change-Id: I1c180e622f52d2b0aca01b11e5ce48a6a5946f34
---
M modules/authdns/files/authdns-gen-zones.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/04/80304/1

diff --git a/modules/authdns/files/authdns-gen-zones.py 
b/modules/authdns/files/authdns-gen-zones.py
index e084ea2..1726532 100644
--- a/modules/authdns/files/authdns-gen-zones.py
+++ b/modules/authdns/files/authdns-gen-zones.py
@@ -99,7 +99,7 @@
             continue
 
         # Write zonefile
-        open(zonepath, 'w').write(HEADER + output)
+        open(zonepath, 'w').write(HEADER + output + "\n")
 
     if not args.keep:
         # cleanup removed zones

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

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

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

Reply via email to