Asher has submitted this change and it was merged.
Change subject: fix hostname regex
......................................................................
fix hostname regex
Change-Id: I71a1fee9aec44c508da73560947b10defaa3fe7f
---
M manifests/site.pp
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Asher: Verified; Looks good to me, approved
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: merged
Gerrit-Change-Id: I71a1fee9aec44c508da73560947b10defaa3fe7f
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Asher <[email protected]>
Gerrit-Reviewer: Asher <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits