mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove duplicate post-installation tasks section
This commit is contained in:
parent
f1cf027308
commit
083037fccc
1 changed files with 0 additions and 34 deletions
|
@ -87,40 +87,6 @@ To install using the SaltStack repository:
|
|||
As of 2015.8.4, EPEL support is no longer required when installing on Red Hat 5. (EPEL
|
||||
support was previously required on Red Hat 5, but not on Red Hat 6 or 7).
|
||||
|
||||
Post-installation tasks
|
||||
=======================
|
||||
|
||||
**Master**
|
||||
|
||||
To have the Master start automatically at boot time:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
chkconfig salt-master on
|
||||
|
||||
To start the Master:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
service salt-master start
|
||||
|
||||
**Minion**
|
||||
|
||||
To have the Minion start automatically at boot time:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
chkconfig salt-minion on
|
||||
|
||||
|
||||
To start the Minion:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
service salt-minion start
|
||||
|
||||
Now go to the :doc:`Configuring Salt</ref/configuration/index>` page.
|
||||
|
||||
Installation from the Community Repository
|
||||
==========================================
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue