From 851c4ebe650449647fde910744c1273ca80cc1f7 Mon Sep 17 00:00:00 2001 From: Mike Place Date: Mon, 9 Apr 2018 11:25:41 -0600 Subject: [PATCH] ssl -> SSL --- salt/modules/kapacitor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/modules/kapacitor.py b/salt/modules/kapacitor.py index 68b8ef1639..bf50d1b51c 100644 --- a/salt/modules/kapacitor.py +++ b/salt/modules/kapacitor.py @@ -11,7 +11,7 @@ Kapacitor execution module. .. versionadded:: 2016.11.0 - Also protocol and ssl settings could be configured:: + Also protocol and SSL settings could be configured:: kapacitor.unsafe_ssl: 'false' kapacitor.protocol: 'http'