Adds augeas warning

This commit is contained in:
Spencer Owen 2015-12-02 17:50:29 -07:00
parent f5e24872f1
commit 7307981748

View File

@ -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):