mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
New formatting.
This commit is contained in:
parent
057a6a3055
commit
b310bf31d4
1 changed files with 23 additions and 20 deletions
43
README.rst
43
README.rst
|
@ -12,30 +12,33 @@ Adding support for other operating systems
|
||||||
------------------------------------------
|
------------------------------------------
|
||||||
In order to install salt for a distribution you need to define:
|
In order to install salt for a distribution you need to define:
|
||||||
|
|
||||||
* To Install Dependencies, which is required, one of:
|
* To Install Dependencies, which is required, one of::
|
||||||
1. ``install_<distro>_<distro_version>_<install_type>_deps``
|
install_<distro>_<distro_version>_<install_type>_deps
|
||||||
2. ``install_<distro>_<distro_version>_deps``
|
install_<distro>_<distro_version>_deps
|
||||||
3. ``install_<distro>_<install_type>_deps``
|
install_<distro>_<install_type>_deps
|
||||||
4. ``install_<distro>_deps``
|
install_<distro>_deps
|
||||||
|
|
||||||
|
|
||||||
* To install salt, which, of course, is required, one of:
|
* To install salt, which, of course, is required, one of::
|
||||||
1. ``install_<distro>_<distro_version>_<install_type>``
|
install_<distro>_<distro_version>_<install_type>
|
||||||
2. ``install_<distro>_<install_type>``
|
install_<distro>_<install_type>
|
||||||
|
|
||||||
Optionally, define a minion configuration function, which will be called if
|
|
||||||
the -c|config-dir option is passed. One of:
|
|
||||||
1. config_<distro>_<distro_version>_<install_type>_minion
|
|
||||||
2. config_<distro>_<distro_version>_minion
|
|
||||||
3. config_<distro>_<install_type>_minion
|
|
||||||
4. config_<distro>_minion
|
|
||||||
5. config_minion [THIS ONE IS ALREADY DEFINED AS THE DEFAULT]
|
|
||||||
|
|
||||||
Also optionally, define a post install function, one of:
|
* Optionally, define a minion configuration function, which will be called if
|
||||||
1. install_<distro>_<distro_versions>_<install_type>_post
|
the ``-c|config-dir`` option is passed. One of::
|
||||||
2. install_<distro>_<distro_versions>_post
|
config_<distro>_<distro_version>_<install_type>_minion
|
||||||
3. install_<distro>_<install_type>_post
|
config_<distro>_<distro_version>_minion
|
||||||
4. install_<distro>_post
|
config_<distro>_<install_type>_minion
|
||||||
|
config_<distro>_minion
|
||||||
|
config_minion [THIS ONE IS ALREADY DEFINED AS THE DEFAULT]
|
||||||
|
|
||||||
|
|
||||||
|
* Also optionally, define a post install function, one of::
|
||||||
|
install_<distro>_<distro_versions>_<install_type>_post
|
||||||
|
install_<distro>_<distro_versions>_post
|
||||||
|
install_<distro>_<install_type>_post
|
||||||
|
install_<distro>_post
|
||||||
|
|
||||||
|
|
||||||
Below is an example for Ubuntu Oneiric:
|
Below is an example for Ubuntu Oneiric:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue