module grains.set default comment is a string

This commit is contained in:
Christophe Drevet-Droguet 2015-06-05 16:12:29 +02:00 committed by rallytime
parent 64e9e2c3b3
commit a03c79b13b

View file

@ -589,7 +589,7 @@ def set(key,
salt '*' grains.set 'apps:myApp' '{port: 2209}'
'''
ret = {'comment': [],
ret = {'comment': '',
'changes': {},
'result': True}