mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Sync OpenBSD installation documentation with reality
OpenBSD's salt package moved to python3 a while ago and dependencies have changed since this page was last updated. While here tweak a reference to the OpenBSD package, not pkg, repo.
This commit is contained in:
parent
2d684bd506
commit
6170eac439
1 changed files with 11 additions and 12 deletions
|
@ -10,22 +10,21 @@ dependencies of the ``sysutils/salt`` port:
|
|||
|
||||
.. code-block:: text
|
||||
|
||||
devel/py-futures
|
||||
devel/py-progressbar
|
||||
net/py-msgpack
|
||||
net/py-zmq
|
||||
security/py-crypto
|
||||
security/py-M2Crypto
|
||||
textproc/py-MarkupSafe
|
||||
textproc/py-yaml
|
||||
www/py-jinja2
|
||||
www/py-requests
|
||||
www/py-tornado
|
||||
devel/py3-progressbar
|
||||
net/py3-msgpack
|
||||
net/py3-zmq
|
||||
security/py3-Cryptodome
|
||||
security/py3-M2Crypto
|
||||
sysutils/py3-distro
|
||||
textproc/py3-MarkupSafe
|
||||
textproc/py3-yaml
|
||||
www/py3-jinja2
|
||||
www/py3-requests
|
||||
|
||||
Installation
|
||||
============
|
||||
|
||||
To install Salt from the OpenBSD pkg repo, use the command:
|
||||
To install Salt from the OpenBSD package repo, use the command:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue