Fix the documentation booleans so they use "yes" and "no"

Both modules seboolean and zfs have not been adapted since they defer from the default (either by having a 'null' or special state, or prefering "on"/"off" for state indication.
This commit is contained in:
Dag Wieers
2013-03-12 13:18:12 +01:00
parent 77198b09e9
commit 50b7964f8e
25 changed files with 53 additions and 37 deletions

View File

@@ -41,8 +41,8 @@ options:
include_dependencies:
description: Wheter to include dependencies or not.
required: false
choices: [true, false]
default: true
choices: [ "yes", "no" ]
default: "yes"
repository:
description: The repository from which the gem will be installed
required: false