Asher has uploaded a new change for review.

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


Change subject: missing curly bracket
......................................................................

missing curly bracket

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


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/78/54978/1

diff --git a/manifests/site.pp b/manifests/site.pp
index 5e1982c..2f98cc9 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -481,7 +481,7 @@
 
        if $hostname =~ /^db10(51|52)/ {
                class { role::coredb::s1 : innodb_file_per_table => true, 
mariadb => true }
-       elsif $hostname =~ /^db10(43|49)/ {
+       } elsif $hostname =~ /^db10(43|49)/ {
                class { role::coredb::s1 : mariadb => true }
        } else {
                include role::coredb::s1

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

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