coren has submitted this change and it was merged.

Change subject: Add rsync daemon to labstore[34]
......................................................................


Add rsync daemon to labstore[34]

So that pagecounts can be rsynced to them.

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

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



diff --git a/manifests/site.pp b/manifests/site.pp
index a204fe4..6a29b43 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -1386,7 +1386,15 @@
     $ganglia_aggregator = true
 
     include standard,
-        openstack::project-nfs-storage-service
+        openstack::project-nfs-storage-service,
+        rsync::server
+
+    rsync::server::module {
+        'pagecounts':
+            path        => '/exp/pagecounts',
+            read_only   => 'false',
+            hosts_allow => ['208.80.154.11', '208.80.152.185'];
+    }
 
     class { "ldap::role::client::labs": ldapincludes => $ldapincludes }
 }

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

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

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

Reply via email to