mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Whitespace
This commit is contained in:
parent
d62e6d509a
commit
727dacf132
@ -82,7 +82,6 @@ def apply_(path, id_=None, config=None, approve_key=True, install=True):
|
|||||||
install
|
install
|
||||||
Install salt-minion, if absent. Default: true.
|
Install salt-minion, if absent. Default: true.
|
||||||
'''
|
'''
|
||||||
|
|
||||||
stats = __salt__['file.stats'](path, follow_symlinks=True)
|
stats = __salt__['file.stats'](path, follow_symlinks=True)
|
||||||
if not stats:
|
if not stats:
|
||||||
return '{0} does not exist'.format(path)
|
return '{0} does not exist'.format(path)
|
||||||
|
Loading…
Reference in New Issue
Block a user