Asher has uploaded a new change for review.

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


Change subject: fix hostname regex
......................................................................

fix hostname regex

Change-Id: I71a1fee9aec44c508da73560947b10defaa3fe7f
---
M manifests/site.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/17/54617/1

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

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I71a1fee9aec44c508da73560947b10defaa3fe7f
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