Pyoungmeister has submitted this change and it was merged.

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


missing curly bracket

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

Approvals:
  Asher: Verified; Looks good to me, approved
  Pyoungmeister: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: I448b301f72337d1bca62e96cf8afc4847f567058
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Asher <[email protected]>
Gerrit-Reviewer: Asher <[email protected]>
Gerrit-Reviewer: Pyoungmeister <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to