Andrew Bogott has uploaded a new change for review.

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

Change subject: Change labs public dns recheck interval to 1 minute.
......................................................................

Change labs public dns recheck interval to 1 minute.

I want it to be 0 but apparently 0 is not an allowed value.

Change-Id: Ifca6e0fdf1c32d11d29406e6f3ec9bb176be8f64
---
M modules/labs_ldap_dns/manifests/init.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/79/258179/1

diff --git a/modules/labs_ldap_dns/manifests/init.pp 
b/modules/labs_ldap_dns/manifests/init.pp
index 037c891..b8411ff 100644
--- a/modules/labs_ldap_dns/manifests/init.pp
+++ b/modules/labs_ldap_dns/manifests/init.pp
@@ -50,7 +50,7 @@
         host                 => $dns_auth_soa_name,
         description          => 'Auth DNS',
         check_command        => 'check_dns!nagiostest.beta.wmflabs.org',
-        retry_check_interval => 0,
+        retry_check_interval => 1,
         retries              => 2,
     }
 }

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

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

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

Reply via email to