From 3de4f10bb5ebb7dc71d85ffa653e7d0ba894764a Mon Sep 17 00:00:00 2001 From: Casey Lang Date: Tue, 5 Jan 2016 18:22:38 -0600 Subject: [PATCH] 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. --- system/puppet.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/system/puppet.py b/system/puppet.py index 98b09bb3f90..090d6f1d2aa 100644 --- a/system/puppet.py +++ b/system/puppet.py @@ -49,9 +49,7 @@ options: default: None show_diff: 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 default: no choices: [ "yes", "no" ]