BBlack has uploaded a new change for review.

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

Change subject: gdnsd config: zones_default_ttl = 3600
......................................................................

gdnsd config: zones_default_ttl = 3600

Every zonefile in the DNS repo sets the TTL to 3600 explicitly at
the top.  May as well make this the default so we can remove the
redundancy.

Change-Id: Id6ce98098715e559e5c1710079f330a833d67775
---
M modules/authdns/templates/config.erb
1 file changed, 1 insertion(+), 1 deletion(-)


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

diff --git a/modules/authdns/templates/config.erb 
b/modules/authdns/templates/config.erb
index 277ad0a..737e01f 100644
--- a/modules/authdns/templates/config.erb
+++ b/modules/authdns/templates/config.erb
@@ -2,7 +2,7 @@
        listen = any
        http_listen = [ 127.0.0.1, ::1 ],
        zones_strict_data = true,
-       zones_default_ttl = 43200,
+       zones_default_ttl = 3600,
        # don't inotify on zonefiles but wait for HUP
        zones_rfc1035_auto = false,
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id6ce98098715e559e5c1710079f330a833d67775
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