Dzahn has uploaded a new change for review.

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

Change subject: site.pp: small lint fixes
......................................................................

site.pp: small lint fixes

Change-Id: I790d880edddfe7b68dcd48bd169bc35bda3b9a00
---
M manifests/site.pp
1 file changed, 5 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/32/212232/1

diff --git a/manifests/site.pp b/manifests/site.pp
index 2327d35..4eca246 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -281,7 +281,7 @@
     include standard
     interface::add_ip6_mapped { 'main': }
     rsyslog::conf { 'remote_logstash':
-        content  => "*.* @logstash1002.eqiad.wmnet:10514",
+        content  => '*.* @logstash1002.eqiad.wmnet:10514',
         priority => 32,
     }
     role ipsec
@@ -814,8 +814,8 @@
     include role::mariadb::backup
     # 24h delay on all repl streams
     class { 'role::mariadb::dbstore':
-        lag_warn => 90000,
-        lag_crit => 180000,
+        lag_warn     => 90000,
+        lag_crit     => 180000,
         # Delayed slaves legitimately and cleanly (errno = 0) stop the SQL 
thread, so
         # don't spam Icinga with warnings. This will not block properly 
critical alerts.
         warn_stopped => false,
@@ -832,8 +832,8 @@
     $cluster = 'mysql'
     # 24h delay on all repl streams
     class { 'role::mariadb::dbstore':
-        lag_warn => 90000,
-        lag_crit => 180000,
+        lag_warn     => 90000,
+        lag_crit     => 180000,
         # Delayed slaves legitimately and cleanly (errno = 0) stop the SQL 
thread, so
         # don't spam Icinga with warnings. This will not block properly 
critical alerts.
         warn_stopped => false,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I790d880edddfe7b68dcd48bd169bc35bda3b9a00
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <dz...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to