summaryrefslogtreecommitdiff
path: root/config/generate-config
diff options
context:
space:
mode:
Diffstat (limited to 'config/generate-config')
-rwxr-xr-xconfig/generate-config5
1 files changed, 3 insertions, 2 deletions
diff --git a/config/generate-config b/config/generate-config
index ffd6a37..02e4a6a 100755
--- a/config/generate-config
+++ b/config/generate-config
@@ -70,8 +70,9 @@ def config(obj):
if obj.twisted:
##
- # Instructs ARM to lunch the Twisters.
- obj.cfg_put("twister", "taler_deployed", "YES")
+ # Instructs ARM to lunch the Twisters, any value works.
+ # If missing, ARM will not launch Twisters.
+ obj.cfg_put("twister", "taler_deploy", "")
obj.cfg_put("twister", "serve", "unix")
obj.cfg_put("twister", "chaos_rate", "20")