mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Update README to comply with the new function order.
This commit is contained in:
parent
3b2e1630d6
commit
7df138921e
1 changed files with 12 additions and 13 deletions
25
README.rst
25
README.rst
|
@ -44,8 +44,8 @@ If you already have python installed, then it's as easy as:
|
|||
python -m urllib "http://bootstrap.saltstack.org" | sudo sh -s git develop
|
||||
|
||||
|
||||
On a FreeBSD base system you usually don't have either of the above binaries
|
||||
available. You **do** have ``fetch`` available though:
|
||||
On a FreeBSD base system you usually don't have either of the above binaries available. You **do**
|
||||
have ``fetch`` available though:
|
||||
|
||||
.. code:: console
|
||||
|
||||
|
@ -67,16 +67,8 @@ In order to install salt for a distribution you need to define:
|
|||
install_<distro>_deps
|
||||
|
||||
|
||||
2. To install salt, which, of course, is required, one of:
|
||||
|
||||
.. code:: bash
|
||||
|
||||
install_<distro>_<distro_version>_<install_type>
|
||||
install_<distro>_<install_type>
|
||||
|
||||
|
||||
3. Optionally, define a minion configuration function, which will be called if
|
||||
the ``-c|config-dir`` option is passed. One of:
|
||||
2. Optionally, define a minion configuration function, which will be called if the
|
||||
``-c|config-dir`` option is passed. One of:
|
||||
|
||||
.. code:: bash
|
||||
|
||||
|
@ -87,6 +79,14 @@ In order to install salt for a distribution you need to define:
|
|||
config_minion [THIS ONE IS ALREADY DEFINED AS THE DEFAULT]
|
||||
|
||||
|
||||
3. To install salt, which, of course, is required, one of:
|
||||
|
||||
.. code:: bash
|
||||
|
||||
install_<distro>_<distro_version>_<install_type>
|
||||
install_<distro>_<install_type>
|
||||
|
||||
|
||||
4. Also optionally, define a post install function, one of:
|
||||
|
||||
.. code:: bash
|
||||
|
@ -136,6 +136,5 @@ Supported Operating Systems
|
|||
|
||||
|
||||
|
||||
|
||||
.. _`Salt`: http://saltstack.org/
|
||||
.. vim: fenc=utf-8 spell spl=en cc=100 tw=99 fo=want sts=2 sw=2 et
|
||||
|
|
Loading…
Add table
Reference in a new issue