mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Merge pull request #15358 from s0undt3ch/hotfix/salt-cloud-regression
Allow the test for an existing directory to fail
This commit is contained in:
commit
44c1517191
@ -966,7 +966,7 @@ def deploy_script(host,
|
||||
|
||||
def remote_exists(path):
|
||||
return not root_cmd('test -e \\"{0}\\"'.format(path),
|
||||
tty, sudo, **kwargs)
|
||||
tty, sudo, allow_failure=True, **kwargs)
|
||||
log.debug(
|
||||
'Logging into {0}:{1} as {2}'.format(
|
||||
host, port, username
|
||||
|
Loading…
Reference in New Issue
Block a user