Dzahn has uploaded a new change for review.

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

Change subject: releases: also rsync /home dirs with user tools
......................................................................

releases: also rsync /home dirs with user tools

Also rsync home directories (of releaser users) from
caesium over to bromine, because they contain things
like the "release-tools" and gnupg config.

Bug:T124261
Change-Id: Ic4c0c0487fca66c978e7e85b307337ae0cf1e07a
---
M manifests/role/rsync_caesium.pp
1 file changed, 6 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/16/266616/1

diff --git a/manifests/role/rsync_caesium.pp b/manifests/role/rsync_caesium.pp
index 16d44a7..d39f883 100644
--- a/manifests/role/rsync_caesium.pp
+++ b/manifests/role/rsync_caesium.pp
@@ -12,6 +12,12 @@
         hosts_allow => $sourceip,
     }
 
+    rsync::server::module { 'releases_home':
+        path        => '/home',
+        read_only   => 'no',
+        hosts_allow => $sourceip,
+    }
+
     ferm::service { 'caesium_rsyncd':
         proto => 'tcp',
         port  => '873',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic4c0c0487fca66c978e7e85b307337ae0cf1e07a
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <dz...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to