Springle has submitted this change and it was merged.

Change subject: switch es1001 to mariadb
......................................................................


switch es1001 to mariadb

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

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



diff --git a/manifests/site.pp b/manifests/site.pp
index d187fa6..0e76292 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -932,11 +932,7 @@
 
 # es1 equad
 node /es100[1-4]\.eqiad\.wmnet/ {
-    if $::hostname =~ /^es100[234]/ {
-        class { role::coredb::es1 : mariadb => true }
-    } else {
-        include role::coredb::es1
-    }
+    class { role::coredb::es1 : mariadb => true }
 }
 
 node /es[1-4]\.pmtpa\.wmnet/ {

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

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

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

Reply via email to