Fixing the documentation for the service beacon. If not options are provided for the service then there needs to be an empty dictionary.

This commit is contained in:
Gareth J. Greenaway 2019-01-26 15:26:04 -08:00
parent 14a84e803c
commit 021fe85cfb
No known key found for this signature in database
GPG key ID: 10B62F8A7CAD7A41

View file

@ -52,8 +52,8 @@ def beacon(config):
beacons:
service:
- services:
salt-master:
mysql:
salt-master: {}
mysql: {}
The config above sets up beacons to check for
the salt-master and mysql services.