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