mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Add doc showing how to install a Salt Master
This commit is contained in:
parent
0e45b1d636
commit
39d00fab81
@ -22,6 +22,12 @@ the bootstrap script:
|
|||||||
|
|
||||||
wget -O - http://bootstrap.saltstack.org | sudo sh
|
wget -O - http://bootstrap.saltstack.org | sudo sh
|
||||||
|
|
||||||
|
Run the following script to install just the Salt Master:
|
||||||
|
|
||||||
|
.. code-block:: bash
|
||||||
|
|
||||||
|
curl -L http://bootstrap.saltstack.org | sudo sh -s -- -M -N
|
||||||
|
|
||||||
The script should also make it simple to install a salt master, if desired.
|
The script should also make it simple to install a salt master, if desired.
|
||||||
|
|
||||||
Currently the install script has been tested to work on:
|
Currently the install script has been tested to work on:
|
||||||
|
Loading…
Reference in New Issue
Block a user