mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #16332 from rallytime/fedora_docs
Add intalling from testing section to fedora installation docs
This commit is contained in:
commit
1975043730
1 changed files with 13 additions and 0 deletions
|
@ -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
|
||||
=======================
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue