Volans has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/334423 )

Change subject: Icinga: fix typo
......................................................................


Icinga: fix typo

Bug: T156294
Change-Id: I65a16e14d0ca2a768c007fa930f8fc2a4598cf37
---
M modules/icinga/manifests/monitor/certs.pp
1 file changed, 6 insertions(+), 6 deletions(-)

Approvals:
  jenkins-bot: Verified
  Volans: Looks good to me, approved



diff --git a/modules/icinga/manifests/monitor/certs.pp 
b/modules/icinga/manifests/monitor/certs.pp
index 4155cbd..2e54f3e 100644
--- a/modules/icinga/manifests/monitor/certs.pp
+++ b/modules/icinga/manifests/monitor/certs.pp
@@ -69,13 +69,13 @@
 
     # wikitech-static.wikimedia.org (external, Rackspace)
     @monitoring::host { 'wikitech-static.wikimedia.org':
-        host_fqdn      => 'wikitech-static.wikimedia.org',
-        contact_groups => 'wikitech-static',
+        host_fqdn     => 'wikitech-static.wikimedia.org',
+        contact_group => 'wikitech-static',
     }
     monitoring::service { 'https_wikitech-static':
-        description    => 'HTTPS-wikitech-static',
-        check_command  => 
'check_ssl_http_letsencrypt!wikitech-static.wikimedia.org',
-        host           => 'wikitech-static.wikimedia.org',
-        contact_groups => 'wikitech-static',
+        description   => 'HTTPS-wikitech-static',
+        check_command => 
'check_ssl_http_letsencrypt!wikitech-static.wikimedia.org',
+        host          => 'wikitech-static.wikimedia.org',
+        contact_group => 'wikitech-static',
     }
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I65a16e14d0ca2a768c007fa930f8fc2a4598cf37
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Volans <[email protected]>
Gerrit-Reviewer: Volans <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to