Asher has uploaded a new change for review.

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


Change subject: db69,71 to mariadb
......................................................................

db69,71 to mariadb

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


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/15/54615/1

diff --git a/manifests/site.pp b/manifests/site.pp
index 10c2a93..944162a 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -341,10 +341,10 @@
 
 # pmtpa dbs
 node /^db(32|59|60|63|69|71)\.pmtpa\.wmnet/ {
-       if $hostname == "db59" {
+       if $hostname =~ "/^db(59|69)\.pmtpa/" {
                class { role::coredb::s1 : mariadb => true }
        } elsif $hostname == "db71"{
-               class { role::coredb::s1 : innodb_file_per_table => true }
+               class { role::coredb::s1 : innodb_file_per_table => true, 
mariadb => true }
        } else {
                include role::coredb::s1
        }

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

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

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

Reply via email to