Revert "Fix salt-cloud regression"

This commit is contained in:
Nicole Thomas 2014-08-28 09:25:24 -06:00
parent 4ef7144ba3
commit db8126498a

View File

@ -1519,7 +1519,7 @@ def win_cmd(command, **kwargs):
return 1 return 1
def root_cmd(command, tty, sudo, allow_failure=True, **kwargs): def root_cmd(command, tty, sudo, allow_failure=False, **kwargs):
''' '''
Wrapper for commands to be run as root Wrapper for commands to be run as root
''' '''