mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #38120 from Da-Juan/2016.11
Fix status beacon config default values
This commit is contained in:
commit
d4c34e0a58
1 changed files with 5 additions and 5 deletions
|
@ -109,11 +109,11 @@ def beacon(config):
|
|||
|
||||
if len(config) < 1:
|
||||
config = {
|
||||
'loadavg': 'all',
|
||||
'cpustats': 'all',
|
||||
'meminfo': 'all',
|
||||
'vmstats': 'all',
|
||||
'time': 'all',
|
||||
'loadavg': ['all'],
|
||||
'cpustats': ['all'],
|
||||
'meminfo': ['all'],
|
||||
'vmstats': ['all'],
|
||||
'time': ['all'],
|
||||
}
|
||||
|
||||
ret = {}
|
||||
|
|
Loading…
Add table
Reference in a new issue