mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
return consistent types, I need to be more strict about this
This commit is contained in:
parent
a8d2301104
commit
01103ae384
@ -21,3 +21,5 @@ def run():
|
||||
'''
|
||||
if _check_puppet():
|
||||
return __salt__['cmd.run_all']('puppetd --test')
|
||||
else:
|
||||
return {}
|
||||
|
Loading…
Reference in New Issue
Block a user