From bb3c9551c694213c21d938b2b4e8caeb4be43ddc 2021-01-17 19:48:54 From: Branko Majic Date: 2021-01-17 19:48:54 Subject: [PATCH] MAR-151: Minor fix for wsgi_website role reference documentation: - List paths for both Python 2 and Python 3 pip requirements upgrade check directories. --- diff --git a/docs/rolereference.rst b/docs/rolereference.rst index b51ad6a118dc3f7186b5af95d11dd52aa1deb3cc..d1f2f41e06fe801b42aabe3f5e6fbe5c2e0582f3 100644 --- a/docs/rolereference.rst +++ b/docs/rolereference.rst @@ -1936,12 +1936,15 @@ Parameters roles that want to take advantage of upgrade checks for pip requirements files, and that employ `pip-tools `_. - In addition to change of installation method, when this parameter is specified - the role will deploy necessary files for running the pip requirements upgrade - check (see the ``common`` role for description). For this a directory is - created under ``/etc/pip_check_requirements_upgrades/FQDN``. The same - directory should be used by dependant roles to deploy their own ``.in`` and - ``.txt`` files. Make sure the file ownership is set to ``root:pipreqcheck``. + In addition to change of installation method, when this parameter is + specified the role will deploy necessary files for running the pip + requirements upgrade check (see the ``common`` role for + description). For this a directory is created under + ``/etc/pip_check_requirements_upgrades/FQDN`` for Python 2 or + ``/etc/pip_check_requirements_upgrades-py3/FQDN`` for Python 3. The same + directory should be used by dependant roles to deploy their own + ``.in`` and ``.txt`` files. Make sure the file ownership is set to + ``root:pipreqcheck``. Should you need to utilise the requirements file in some manner (other than checking for its upgrades), it will be also stored (and made accessible to