Fix puppet module formatting issue
The `->` in the `show_diff` option doc seemed to be causing the docs page to break. Not sure why, since it was still valid YAML.
This commit is contained in:
parent
bc21c565fe
commit
1c8ad72b7b
1 changed files with 1 additions and 3 deletions
|
@ -49,9 +49,7 @@ options:
|
||||||
default: None
|
default: None
|
||||||
show_diff:
|
show_diff:
|
||||||
description:
|
description:
|
||||||
- >
|
- Should puppet return diffs of changes applied. Defaults to off to avoid leaking secret changes by default.
|
||||||
Should puppet return diffs of changes applied. Defaults to off to
|
|
||||||
avoid leaking secret changes by default.
|
|
||||||
required: false
|
required: false
|
||||||
default: no
|
default: no
|
||||||
choices: [ "yes", "no" ]
|
choices: [ "yes", "no" ]
|
||||||
|
|
Loading…
Reference in a new issue