From 8b62a45466f4cb90e357a5495dbaa4b2f9b27486 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Tue, 26 May 2015 15:40:20 -0700 Subject: [PATCH] Fix docs - don't need quote anymore --- monitoring/zabbix_host.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitoring/zabbix_host.py b/monitoring/zabbix_host.py index 37130a21ecf..772e92cb32d 100644 --- a/monitoring/zabbix_host.py +++ b/monitoring/zabbix_host.py @@ -63,7 +63,7 @@ options: default: None status: description: - - 'Monitoring status of the host. + - Monitoring status of the host. required: false choices: ['enabled', 'disabled'] default: "enabled"