0
0
mirror of https://github.com/saltstack-formulas/smokeping-formula.git synced 2025-02-21 08:52:39 +01:00

Fixed typo

Fixed typo that made cgiurl set via smokeping.cgirul
This commit is contained in:
Chris Sanders 2017-02-12 15:04:54 -06:00 committed by GitHub
parent 420bbb372d
commit ef23bc7d65

View File

@ -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