mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
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:
parent
14a84e803c
commit
021fe85cfb
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue