From fb5861eb455c6ae474ce4d4cd2c436e70d6ebbad Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 13 May 2016 13:30:43 +0100 Subject: [PATCH] Disable replication on ironbelly --- roles/ironbelly.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index 4eb5fbc45..c40fc7955 100644 --- a/roles/ironbelly.rb +++ b/roles/ironbelly.rb @@ -78,7 +78,7 @@ default_attributes( } }, :planet => { - :replication => "enabled" + :replication => "disabled" }, :rsyncd => { :modules => { -- 2.45.1