Skip to content

Commit

Permalink
Merge pull request #538 from open-contracting/salt-backports-error
Browse files Browse the repository at this point in the history
docs: note backports error and workaround
  • Loading branch information
RobHooper authored Jan 13, 2025
2 parents 73f6dba + 5917246 commit 663c5de
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/deploy/create_server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,19 @@ Configure reverse DNS

The server's Pillar file needs ``system_contacts``, ``network.domain``, ``ssh.admin``, ``locale``, ``ntp`` and, preferably, ``maintenance`` sections.

.. tip::

If you get the error message:

.. code-block:: none
ModuleNotFoundError: No module named 'backports'
Try connecting to the server and `running <https://github.com/saltstack/salt/issues/65360#issuecomment-1839127208>`:

.. code-block:: bash
pip3 install backports.ssl_match_hostname --break-system-packages
#. If a disk is larger than 100 GB, :ref:`reduce reserve space<rescale-reserved-space>`.
#. `Reboot the server <https://docs.saltproject.io/en/latest/ref/modules/all/salt.modules.system.html#salt.modules.system.reboot>`__:

Expand Down

0 comments on commit 663c5de

Please sign in to comment.