Merge pull request #16332 from rallytime/fedora_docs

Add intalling from testing section to fedora installation docs
This commit is contained in:
Mike Place 2014-10-03 13:06:27 -06:00
commit 1975043730

View file

@ -33,6 +33,19 @@ will be one master and multiple minions.
.. _`EPEL`: http://fedoraproject.org/wiki/EPEL
Installing from ``updates-testing``
-----------------------------------
When a new Salt release is packaged, it is first admitted into the
``updates-testing`` repository, before being moved to the stable repo.
To install from ``updates-testing``, use the ``enablerepo`` argument for yum:
.. code-block:: bash
yum --enablerepo=updates-testing install salt-master
yum --enablerepo=ubdates-testing install salt-minion
Post-installation tasks
=======================