Asher has uploaded a new change for review.

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


Change subject: woops, incorrect use of quotes
......................................................................

woops, incorrect use of quotes

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


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/16/54616/1

diff --git a/manifests/site.pp b/manifests/site.pp
index 944162a..f15509d 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)\.pmtpa/ {
                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/54616
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie0c53418d915921bfe3c30b3a483a1e27e8cfaf4
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Asher <afeld...@wikimedia.org>

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

Reply via email to