From e088c9f819665545a58628559a763bec0defd3c2 Mon Sep 17 00:00:00 2001 From: Jeroen Geusebroek Date: Wed, 13 Jan 2016 21:55:56 +0100 Subject: [PATCH] Fix documentation default value for gluster_volume start_on_create --- system/gluster_volume.py | 1 + 1 file changed, 1 insertion(+) diff --git a/system/gluster_volume.py b/system/gluster_volume.py index df185591299..d24930d7290 100644 --- a/system/gluster_volume.py +++ b/system/gluster_volume.py @@ -71,6 +71,7 @@ options: start_on_create: choices: [ 'yes', 'no'] required: false + default: 'yes' description: - Controls whether the volume is started after creation or not, defaults to yes rebalance: