From 6b82981499c65a789df9d68c5eee937f920e725c Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 7 Jan 2017 10:42:40 +0000 Subject: [PATCH 1/1] Disable replication on grisu --- roles/grisu.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/grisu.rb b/roles/grisu.rb index d6c149c6b..613f9f27c 100644 --- a/roles/grisu.rb +++ b/roles/grisu.rb @@ -54,7 +54,7 @@ default_attributes( } }, :planet => { - :replication => "enabled" + :replication => "disabled" } ) -- 2.39.5