mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Dedent.
This commit is contained in:
parent
e4ca279315
commit
c217fa6192
1 changed files with 8 additions and 8 deletions
16
README.rst
16
README.rst
|
@ -12,16 +12,16 @@ Adding support for other operating systems
|
|||
------------------------------------------
|
||||
In order to install salt for a distribution you need to define:
|
||||
|
||||
* To Install Dependencies, which is required, one of:
|
||||
1. ``install_<distro>_<distro_version>_<install_type>_deps``
|
||||
2. ``install_<distro>_<distro_version>_deps``
|
||||
3. ``install_<distro>_<install_type>_deps``
|
||||
4. ``install_<distro>_deps``
|
||||
* To Install Dependencies, which is required, one of:
|
||||
1. ``install_<distro>_<distro_version>_<install_type>_deps``
|
||||
2. ``install_<distro>_<distro_version>_deps``
|
||||
3. ``install_<distro>_<install_type>_deps``
|
||||
4. ``install_<distro>_deps``
|
||||
|
||||
|
||||
* To install salt, which, of course, is required, one of:
|
||||
1. ``install_<distro>_<distro_version>_<install_type>``
|
||||
2. ``install_<distro>_<install_type>``
|
||||
* To install salt, which, of course, is required, one of:
|
||||
1. ``install_<distro>_<distro_version>_<install_type>``
|
||||
2. ``install_<distro>_<install_type>``
|
||||
|
||||
Optionally, define a minion configuration function, which will be called if
|
||||
the -c|config-dir option is passed. One of:
|
||||
|
|
Loading…
Add table
Reference in a new issue