Giuseppe Lavagetto has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/401552 )

Change subject: site.pp: one role for dbstore2001.codfw.wmnet
......................................................................

site.pp: one role for dbstore2001.codfw.wmnet

Move the inclusion of the backup_mydumper role out of the role()
function call.

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


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/52/401552/1

diff --git a/manifests/site.pp b/manifests/site.pp
index 68665a4..579eee4 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -606,7 +606,8 @@
 }
 
 node 'dbstore2001.codfw.wmnet' {
-    role(mariadb::dbstore_multiinstance, mariadb::backup_mydumper)
+    role(mariadb::dbstore_multiinstance)
+    include ::role::mariadb::backup_mydumper
 }
 
 node 'dbstore2002.codfw.wmnet' {

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

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

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

Reply via email to