mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
module grains.set default comment is a string
This commit is contained in:
parent
64e9e2c3b3
commit
a03c79b13b
1 changed files with 1 additions and 1 deletions
|
@ -589,7 +589,7 @@ def set(key,
|
|||
salt '*' grains.set 'apps:myApp' '{port: 2209}'
|
||||
'''
|
||||
|
||||
ret = {'comment': [],
|
||||
ret = {'comment': '',
|
||||
'changes': {},
|
||||
'result': True}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue