mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Fixed spacing
This commit is contained in:
parent
f5cace8054
commit
7e99ea4838
@ -1453,7 +1453,7 @@ def absent(name):
|
||||
ret['comment'] = 'Directory {0} is set for removal'.format(name)
|
||||
return ret
|
||||
try:
|
||||
if salt.utils.is_windows():
|
||||
if salt.utils.is_windows():
|
||||
__salt__['file.remove'](name, force=True)
|
||||
else:
|
||||
__salt__['file.remove'](name)
|
||||
|
Loading…
Reference in New Issue
Block a user