Dzahn has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/366185 )

Change subject: rancid: change the rsync direction
......................................................................


rancid: change the rsync direction

Copy data back from netmon2001 after netmon1002 has been reinstalled.

Bug: T159756
Change-Id: Icf9f1fa4f64c8da1183af321f736cf100806968f
---
M modules/role/manifests/rancid.pp
1 file changed, 2 insertions(+), 2 deletions(-)

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



diff --git a/modules/role/manifests/rancid.pp b/modules/role/manifests/rancid.pp
index 804bd5e..bb3e70a 100644
--- a/modules/role/manifests/rancid.pp
+++ b/modules/role/manifests/rancid.pp
@@ -13,8 +13,8 @@
     rsync::quickdatacopy { 'var-lib-rancid':
       ensure      => present,
       auto_sync   => false,
-      source_host => 'netmon1002.wikimedia.org',
-      dest_host   => 'netmon2001.wikimedia.org',
+      source_host => 'netmon2001.wikimedia.org',
+      dest_host   => 'netmon1002.wikimedia.org',
       module_path => '/var/lib/rancid',
     }
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Icf9f1fa4f64c8da1183af321f736cf100806968f
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to