From dc33986459e6bdf052443bec0640e5f6b8520fce Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 5 Aug 2018 14:46:24 +0100 Subject: [PATCH] Move planet replication to ironbelly --- roles/grisu.rb | 2 +- roles/ironbelly.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/grisu.rb b/roles/grisu.rb index 5bb7dca40..be3a48e3f 100644 --- a/roles/grisu.rb +++ b/roles/grisu.rb @@ -54,7 +54,7 @@ default_attributes( } }, :planet => { - :replication => "enabled" + :replication => "disabled" } ) diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index 78afb0899..046262d43 100644 --- a/roles/ironbelly.rb +++ b/roles/ironbelly.rb @@ -79,7 +79,7 @@ default_attributes( } }, :planet => { - :replication => "disabled" + :replication => "enabled" }, :rsyncd => { :modules => { -- 2.43.2