From 45874daeb1031fa751d767c818b9aa7546c4cd48 Mon Sep 17 00:00:00 2001 From: Tim Bielawa Date: Mon, 31 Aug 2015 13:14:05 -0400 Subject: [PATCH] Fix capitalization in nagios 'services' parameter comment --- lib/ansible/modules/extras/monitoring/nagios.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/ansible/modules/extras/monitoring/nagios.py b/lib/ansible/modules/extras/monitoring/nagios.py index a61b63a85c..7b8f039f0e 100644 --- a/lib/ansible/modules/extras/monitoring/nagios.py +++ b/lib/ansible/modules/extras/monitoring/nagios.py @@ -75,8 +75,8 @@ options: servicegroup: version_added: "2.0" description: - - the Servicegroup we want to set downtimes/alerts for. - B(Required) option when using the C(servicegroup_service_downtime) amd C(servicegroup_host_downtime). + - The Servicegroup we want to set downtimes/alerts for. + B(Required) option when using the C(servicegroup_service_downtime) amd C(servicegroup_host_downtime). command: description: - The raw command to send to nagios, which @@ -85,7 +85,7 @@ options: required: true default: null -author: "Tim Bielawa (@tbielawa)" +author: "Tim Bielawa (@tbielawa)" requirements: [ "Nagios" ] '''