diff --git a/manifest.json b/manifest.json index 6c99a23..8fcb6fa 100644 --- a/manifest.json +++ b/manifest.json @@ -41,7 +41,7 @@ { "name": "", "type": "select", - "choices": ["auto", "manual"] + "choices": ["auto", "manual"], "default": "manual" "ask": { "en": "Should the jobs be automatically run from the apps list?" @@ -50,7 +50,7 @@ { "name": "cluster", "type": "select", - "choices": ["cluster", "no"] + "choices": ["cluster", "no"], "default": "no" "ask": { "en": "Should an LXD cluster be created with this server as first node?"