mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove warning that related to now-unsupported systems
This commit is contained in:
parent
9ec1772382
commit
88b7f3ada1
1 changed files with 0 additions and 16 deletions
|
@ -9,22 +9,6 @@ This state requires the ``augeas`` Python module.
|
|||
|
||||
Augeas_ can be used to manage configuration files.
|
||||
|
||||
.. warning::
|
||||
|
||||
Minimal installations of Debian and Ubuntu have been seen to have packaging
|
||||
bugs with python-augeas, causing the augeas module to fail to import. If
|
||||
the minion has the augeas module installed, and the state fails with a
|
||||
comment saying that the state is unavailable, first restart the salt-minion
|
||||
service. If the problem persists past that, the following command can be
|
||||
run from the master to determine what is causing the import to fail:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
salt minion-id cmd.run 'python -c "from augeas import Augeas"'
|
||||
|
||||
For affected Debian/Ubuntu hosts, installing ``libpython2.7`` has been
|
||||
known to resolve the issue.
|
||||
|
||||
"""
|
||||
|
||||
import difflib
|
||||
|
|
Loading…
Add table
Reference in a new issue