Jgreen has submitted this change and it was merged.

Change subject: puppetize user file_mover on aluminium/grosley
......................................................................


puppetize user file_mover on aluminium/grosley

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

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



diff --git a/manifests/site.pp b/manifests/site.pp
index fc2c200..2f94705 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -770,13 +770,15 @@
 }
 
 node "grosley.wikimedia.org" {
-       include role::fundraising::civicrm
+       include role::fundraising::civicrm,
+               accounts::file_mover
        class { 'misc::fundraising::backup::archive_sync': hour => 0, minute => 
5 }
 }
 
 node "aluminium.wikimedia.org" {
        include role::fundraising::civicrm,
-               misc::fundraising::jenkins
+               misc::fundraising::jenkins,
+               accounts::file_mover
        class { 'misc::fundraising::backup::archive_sync': hour => [0,8,16], 
minute => 5 }
 }
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ifbbd1529ef4f430c2b86a3c6250f923e32daff52
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Jgreen <[email protected]>
Gerrit-Reviewer: Jgreen <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to