Springle has submitted this change and it was merged.

Change subject: switch pc1003 to mariadb
......................................................................


switch pc1003 to mariadb

Change-Id: I72e87824fe2e7ada1d89a3dd771b345e653b5133
---
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 deadee8..9fe4342 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -2185,11 +2185,7 @@
         mysql_wmf::datadirs,
         mysql_wmf::pc::conf
 
-    if $::hostname =~ /^pc100(1|2)/ {
-        class { mysql_wmf::packages : mariadb => true }
-    } else {
-        include mysql_wmf::packages
-    }
+    class { mysql_wmf::packages : mariadb => true }
 
     system::role { "mysql::pc::conf": description => "parser cache mysql 
server" }
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I72e87824fe2e7ada1d89a3dd771b345e653b5133
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Springle <sprin...@wikimedia.org>
Gerrit-Reviewer: Springle <sprin...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to