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

Change subject: rancid: disable fully automatic rsyncing of app data
......................................................................

rancid: disable fully automatic rsyncing of app data

We want to be able to rsync application data for rancid between
netmon1002/2001 servers but we don't want fully automatic
rsyncing of if the whole time, at least not at this point.

Added this parameter to rsync::quickdatacopy in I14a3faa9341419d
for this.

Bug: T166180
Change-Id: I54bba90ae2c6b72dd229cb97d35e24324033e82e
---
M modules/role/manifests/rancid.pp
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/24/364624/1

diff --git a/modules/role/manifests/rancid.pp b/modules/role/manifests/rancid.pp
index 1bdd707..504661e 100644
--- a/modules/role/manifests/rancid.pp
+++ b/modules/role/manifests/rancid.pp
@@ -13,6 +13,7 @@
 
     rsync::quickdatacopy { 'var-lib-rancid':
       ensure      => present,
+      auto_sync   => false,
       source_host => 'netmon1002.wikimedia.org',
       dest_host   => 'netmon2001.wikimedia.org',
       module_path => '/var/lib/rancid',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I54bba90ae2c6b72dd229cb97d35e24324033e82e
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