From 81d26340d06e9c6f9f25980981f4f97cbb4438da Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 29 May 2013 18:35:36 -0400 Subject: [PATCH] use EXAMPLES vs examples (easier to format) --- monitoring/pingdom | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/monitoring/pingdom b/monitoring/pingdom index 2917e504e61..94ea6abd5a8 100644 --- a/monitoring/pingdom +++ b/monitoring/pingdom @@ -53,15 +53,18 @@ options: choices: [] aliases: [] version_added: 0.1 -examples: - - code: pingdom uid=example@example.com passwd=password123 key=apipassword123 checkid=12345 state=paused - description: Pause the check with the ID of 12345. - - code: pingdom uid=example@example.com passwd=password123 key=apipassword123 checkid=12345 state=running - description: Unpause the check with the ID of 12345. notes: - This module does not yet have support to add/remove checks. ''' +EXAMPLES = ''' +# Pause the check with the ID of 12345. +pingdom: uid=example@example.com passwd=password123 key=apipassword123 checkid=12345 state=paused + +# Unpause the check with the ID of 12345. +pingdom: uid=example@example.com passwd=password123 key=apipassword123 checkid=12345 state=running +''' + import pingdom