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

Change subject: smokeping: enable cron to auto-rsync data
......................................................................

smokeping: enable cron to auto-rsync data

With $auto_sync set to false, the rsync::quickdatacopy class
sets up rsyncd config and ferm rules to allow a human to copy data
but does not enable the additional cronjob to automatically run
the actual rsync command.

Enabling this (after we switched smokeping back to eqiad and changed
rsync direction accordingly).

Bug: T180812
Change-Id: I16fbeecbd672893e1b2f43940f1b482dcaed8486
---
M modules/role/manifests/smokeping.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/90/392090/1

diff --git a/modules/role/manifests/smokeping.pp 
b/modules/role/manifests/smokeping.pp
index f4ad708..8413d1b 100644
--- a/modules/role/manifests/smokeping.pp
+++ b/modules/role/manifests/smokeping.pp
@@ -16,7 +16,7 @@
 
     rsync::quickdatacopy { 'var-lib-smokeping':
         ensure      => present,
-        auto_sync   => false,
+        auto_sync   => true,
         source_host => 'netmon2001.wikimedia.org',
         dest_host   => 'netmon1002.wikimedia.org',
         module_path => '/var/lib/smokeping',

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

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

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

Reply via email to