return consistent types, I need to be more strict about this

This commit is contained in:
Thomas S Hatch 2011-07-05 22:25:12 -06:00
parent a8d2301104
commit 01103ae384

View File

@ -21,3 +21,5 @@ def run():
'''
if _check_puppet():
return __salt__['cmd.run_all']('puppetd --test')
else:
return {}