diff --git a/salt/utils/cloud.py b/salt/utils/cloud.py index f3647ba24c..55c91b50d3 100644 --- a/salt/utils/cloud.py +++ b/salt/utils/cloud.py @@ -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 '''