From 5e8923c04f794b735203a6e8b24140da631378b8 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) --- library/monitoring/pingdom | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/library/monitoring/pingdom b/library/monitoring/pingdom index 2917e504e6..94ea6abd5a 100644 --- a/library/monitoring/pingdom +++ b/library/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