From 07361375b50445cc7f1b9a6e0f165019579eeedf Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 29 May 2013 18:56:34 -0400 Subject: [PATCH] Fix version added field in modules. --- library/monitoring/pagerduty | 9 +-------- library/monitoring/pingdom | 7 +------ 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/library/monitoring/pagerduty b/library/monitoring/pagerduty index 79ce307d91f..200d45b0491 100644 --- a/library/monitoring/pagerduty +++ b/library/monitoring/pagerduty @@ -6,7 +6,7 @@ module: pagerduty short_description: Create PagerDuty maintenance windows description: - This module will let you create PagerDuty maintenance windows -version_added: 0.1 +version_added: "1.2" author: Justin Johns requirements: - PagerDuty API access @@ -18,7 +18,6 @@ options: default: null choices: [ "running", "started", "ongoing" ] aliases: [] - version_added: 0.1 name: description: - PagerDuty unique subdomain. @@ -26,7 +25,6 @@ options: default: null choices: [] aliases: [] - version_added: 0.1 user: description: - PagerDuty user ID. @@ -34,7 +32,6 @@ options: default: null choices: [] aliases: [] - version_added: 0.1 passwd: description: - PagerDuty user password. @@ -42,7 +39,6 @@ options: default: null choices: [] aliases: [] - version_added: 0.1 service: description: - PagerDuty service ID. @@ -50,7 +46,6 @@ options: default: null choices: [] aliases: [] - version_added: 0.1 hours: description: - Length of maintenance window in hours. @@ -58,7 +53,6 @@ options: default: 1 choices: [] aliases: [] - version_added: 0.1 desc: description: - Short description of maintenance window. @@ -66,7 +60,6 @@ options: default: Created by Ansible choices: [] aliases: [] - version_added: 0.1 notes: - This module does not yet have support to end maintenance windows. ''' diff --git a/library/monitoring/pingdom b/library/monitoring/pingdom index cb31f8bb6cd..5e566e6dc4d 100644 --- a/library/monitoring/pingdom +++ b/library/monitoring/pingdom @@ -6,7 +6,7 @@ module: pingdom short_description: Pause/unpause Pingdom alerts description: - This module will let you pause/unpause Pingdom alerts -version_added: 0.1 +version_added: "1.2" author: Justin Johns requirements: - "pingdom python library" @@ -18,7 +18,6 @@ options: default: null choices: [ "running", "paused" ] aliases: [] - version_added: 0.1 checkid: description: - Pingdom ID of the check. @@ -26,7 +25,6 @@ options: default: null choices: [] aliases: [] - version_added: 0.1 uid: description: - Pingdom user ID. @@ -34,7 +32,6 @@ options: default: null choices: [] aliases: [] - version_added: 0.1 passwd: description: - Pingdom user password. @@ -42,7 +39,6 @@ options: default: null choices: [] aliases: [] - version_added: 0.1 key: description: - Pingdom API key. @@ -50,7 +46,6 @@ options: default: null choices: [] aliases: [] - version_added: 0.1 notes: - This module does not yet have support to add/remove checks. '''