Ottomata has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/365668 )

Change subject: Set up rsync module for /home on stat boxes
......................................................................

Set up rsync module for /home on stat boxes

This will be used for new stat box migration, as well as allowing users
to copy files between boxes more easily

Bug: T152712
Change-Id: I7c186a57320a3dd62a4826eafa1349e575146955
---
M modules/statistics/manifests/rsyncd.pp
1 file changed, 9 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/68/365668/1

diff --git a/modules/statistics/manifests/rsyncd.pp 
b/modules/statistics/manifests/rsyncd.pp
index 5b04621..a0602b1 100644
--- a/modules/statistics/manifests/rsyncd.pp
+++ b/modules/statistics/manifests/rsyncd.pp
@@ -19,6 +19,15 @@
     }
 
     # Set up an rsync module
+    # (in /etc/rsyncd.conf) for /home.
+    rsync::server::module { 'home':
+        path        => '/home',
+        read_only   => 'no',
+        list        => 'yes',
+        hosts_allow => $hosts_allow,
+    }
+
+    # Set up an rsync module
     # (in /etc/rsyncd.conf) for /srv.
     rsync::server::module { 'srv':
         path        => $path,

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

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

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

Reply via email to