Muehlenhoff has uploaded a new change for review.

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

Change subject: labsdb100[1-3]: Use the role keyword
......................................................................

labsdb100[1-3]: Use the role keyword

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

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


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/08/247208/1

diff --git a/manifests/site.pp b/manifests/site.pp
index 870d859..ac5d461 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -1321,19 +1321,19 @@
 ## labsdb dbs
 node 'labsdb1001.eqiad.wmnet' {
     # this role is depecated and should be converted to labs::db::slave
-    include role::mariadb::labs
+    role mariadb::labs
     include base::firewall
 }
 
 node 'labsdb1002.eqiad.wmnet' {
     # this role is depecated and should be converted to labs::db::slave
-    include role::mariadb::labs
+    role mariadb::labs
     include base::firewall
 }
 
 node 'labsdb1003.eqiad.wmnet' {
     # this role is depecated and should be converted to labs::db::slave
-    include role::mariadb::labs
+    role mariadb::labs
     include base::firewall
 }
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibddc09b7c1f49f3bbcfba3e5a276201e60ea4aa4
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Muehlenhoff <[email protected]>

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

Reply via email to