mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update the Fedora installation docs
There are no packages available in EPEL starting with Salt version 2015.5.2 through 2016.3.2. Fedora packages are available in EPEL starting with 2016.3.3. This PR adds a documentation note about this.
This commit is contained in:
parent
7f5aced50e
commit
24e0f5e024
1 changed files with 19 additions and 9 deletions
|
@ -1,11 +1,21 @@
|
|||
==================================
|
||||
======
|
||||
Fedora
|
||||
==================================
|
||||
======
|
||||
|
||||
Beginning with version 0.9.4, Salt has been available in the primary Fedora
|
||||
repositories and `EPEL`_. It is installable using yum. Fedora will have more
|
||||
up to date versions of Salt than other members of the Red Hat family, which
|
||||
makes it a great place to help improve Salt!
|
||||
repositories and `EPEL`_. It is installable using ``yum`` or ``dnf``, depending
|
||||
on your version of Fedora.
|
||||
|
||||
.. note::
|
||||
|
||||
Released versions of Salt starting with ``2015.5.2`` through ``2016.3.2``
|
||||
do not have Fedora packages available though `EPEL`_. To install a version
|
||||
of Salt within this release array, please use SaltStack's `Bootstrap Script`_
|
||||
and use the git method of installing Salt using the version's associated
|
||||
release tag.
|
||||
|
||||
Release ``2016.3.3`` and onward will have packaged versions available via
|
||||
`EPEL`_.
|
||||
|
||||
**WARNING**: Fedora 19 comes with systemd 204. Systemd has known bugs fixed in
|
||||
later revisions that prevent the salt-master from starting reliably or opening
|
||||
|
@ -31,8 +41,6 @@ will be one master and multiple minions.
|
|||
yum install salt-master
|
||||
yum install salt-minion
|
||||
|
||||
.. _`EPEL`: http://fedoraproject.org/wiki/EPEL
|
||||
|
||||
Installing from ``updates-testing``
|
||||
-----------------------------------
|
||||
|
||||
|
@ -63,8 +71,6 @@ will need to provide your own systemd service unit.
|
|||
|
||||
Installation from pip:
|
||||
|
||||
.. _`PyPI`: https://pypi.python.org/pypi/salt
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
pip install salt
|
||||
|
@ -111,3 +117,7 @@ To start the Minion:
|
|||
systemctl start salt-minion.service
|
||||
|
||||
Now go to the :doc:`Configuring Salt</ref/configuration/index>` page.
|
||||
|
||||
.. _`Bootstrap Script`: https://github.com/saltstack/salt-bootstrap
|
||||
.. _`EPEL`: http://fedoraproject.org/wiki/EPEL
|
||||
.. _`PyPI`: https://pypi.python.org/pypi/salt
|
||||
|
|
Loading…
Add table
Reference in a new issue