mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update arch installation docs with correct package name
When 2016.11.0 was released, the naming of the salt package was changed. The salt-zmq version is now named just "salt" and the salt-raet pacakge is no longer being updated.
This commit is contained in:
parent
ec60f9c721
commit
8b1897ace9
1 changed files with 1 additions and 12 deletions
|
@ -16,18 +16,7 @@ Install Salt stable releases from the Arch Linux Official repositories as follow
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
pacman -S salt-zmq
|
||||
|
||||
To install Salt stable releases using the :ref:`RAET protocol<raet>`,
|
||||
use the following:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
pacman -S salt-raet
|
||||
|
||||
.. note:: transports
|
||||
|
||||
Unlike other linux distributions, please be aware that Arch Linux's package manager pacman defaults to RAET as the Salt transport. If you want to use ZeroMQ instead, make sure to enter the associated number for the salt-zmq repository when prompted.
|
||||
pacman -S salt
|
||||
|
||||
Tracking develop
|
||||
----------------
|
||||
|
|
Loading…
Add table
Reference in a new issue