From 88b7f3ada1b5d6c815778a8e43746f74d8b82e11 Mon Sep 17 00:00:00 2001 From: James Howe <675056+OrangeDog@users.noreply.github.com> Date: Mon, 25 Sep 2023 12:34:31 +0100 Subject: [PATCH] Remove warning that related to now-unsupported systems --- salt/states/augeas.py | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/salt/states/augeas.py b/salt/states/augeas.py index 843f82c8ba2..6912223d938 100644 --- a/salt/states/augeas.py +++ b/salt/states/augeas.py @@ -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