From ef23bc7d65fc99ffccf5dc57bd6fff80e65e4ccd Mon Sep 17 00:00:00 2001 From: Chris Sanders Date: Sun, 12 Feb 2017 15:04:54 -0600 Subject: [PATCH] Fixed typo Fixed typo that made cgiurl set via smokeping.cgirul --- smokeping/files/General | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smokeping/files/General b/smokeping/files/General index 01f723c..b6ff037 100644 --- a/smokeping/files/General +++ b/smokeping/files/General @@ -7,7 +7,7 @@ mailhost = {{ salt['pillar.get']('smokeping:mailhost', 'my.mail.host') }} # NOTE: do not put the Image Cache below cgi-bin # since all files under cgi-bin will be executed ... this is not # good for images. -cgiurl = {{ salt['pillar.get']('smokeping:cgirul', 'http://some.url/smokeping.cgi') }} +cgiurl = {{ salt['pillar.get']('smokeping:cgiurl', 'http://some.url/smokeping.cgi') }} # specify this to get syslog logging syslogfacility = {{ smokeping.syslogfacility }} # each probe is now run in its own process