mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Adds augeas warning
This commit is contained in:
parent
f5e24872f1
commit
7307981748
@ -56,7 +56,7 @@ def __virtual__():
|
||||
'''
|
||||
if HAS_AUGEAS:
|
||||
return __virtualname__
|
||||
return False
|
||||
return (False, 'Cannot load augeas_cfg module: augeas python module not installed')
|
||||
|
||||
|
||||
def _recurmatch(path, aug):
|
||||
|
Loading…
Reference in New Issue
Block a user