Muehlenhoff has submitted this change and it was merged.

Change subject: Use role keyword for dbstore hosts
......................................................................


Use role keyword for dbstore hosts

We need this for Hiera-based assignment of Salt grains for debdeploy

Change-Id: Idaf300e16d27e07185e3101123ac679d298c2cd5
---
M manifests/site.pp
1 file changed, 2 insertions(+), 2 deletions(-)

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



diff --git a/manifests/site.pp b/manifests/site.pp
index e4f4559..8059bbc 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -782,7 +782,7 @@
 }
 
 node 'dbstore1002.eqiad.wmnet' {
-    include role::mariadb::dbstore
+    role mariadb::dbstore
 }
 
 node 'dbstore2001.codfw.wmnet' {
@@ -800,7 +800,7 @@
 
 node 'dbstore2002.codfw.wmnet' {
     $cluster = 'mysql'
-    include role::mariadb::dbstore
+    role mariadb::dbstore
     include base::firewall
 }
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Idaf300e16d27e07185e3101123ac679d298c2cd5
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Muehlenhoff <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: Jcrespo <[email protected]>
Gerrit-Reviewer: Muehlenhoff <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to