mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Fix note in states/pkgrepo doc about python-apt
This commit is contained in:
parent
ddc0286d57
commit
cd2d54373c
@ -79,10 +79,9 @@ these states. Here is some example SLS:
|
||||
``python-pycurl`` will need to be manually installed if it is not present
|
||||
once ``python-software-properties`` is installed.
|
||||
|
||||
On Ubuntu & Debian systems, the ```python-apt`` package is required to be
|
||||
installed. To check if this package is installed, run ``dpkg -l
|
||||
python-software-properties``. ``python-apt`` will need to be manually
|
||||
installed if it is not present.
|
||||
On Ubuntu & Debian systems, the ``python-apt`` package is required to be
|
||||
installed. To check if this package is installed, run ``dpkg -l python-apt``.
|
||||
``python-apt`` will need to be manually installed if it is not present.
|
||||
|
||||
'''
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user