mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Revert "Fix salt-cloud regression"
This commit is contained in:
parent
4ef7144ba3
commit
db8126498a
@ -1519,7 +1519,7 @@ def win_cmd(command, **kwargs):
|
||||
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
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user