mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
tomcat module: fix indentation
This commit is contained in:
parent
3848a498f3
commit
cfecdd062f
@ -439,7 +439,7 @@ def deploy_war(war, context, force='no', url='http://localhost:8080/manager', en
|
||||
try:
|
||||
__salt__['file.set_mode'](cached, '0644')
|
||||
except KeyError:
|
||||
pass
|
||||
pass
|
||||
|
||||
# Prepare options
|
||||
opts = {
|
||||
|
Loading…
Reference in New Issue
Block a user