Include link and test new formatting.

This commit is contained in:
Pedro Algarvio 2012-11-29 05:12:18 +00:00
parent 7b2f0b50d6
commit e4ca279315

View file

@ -12,16 +12,16 @@ 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 1. ``install_<distro>_<distro_version>_<install_type>_deps``
2. install_<distro>_<distro_version>_deps 2. ``install_<distro>_<distro_version>_deps``
3. install_<distro>_<install_type>_deps 3. ``install_<distro>_<install_type>_deps``
4. install_<distro>_deps 4. ``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> 1. ``install_<distro>_<distro_version>_<install_type>``
2. install_<distro>_<install_type> 2. ``install_<distro>_<install_type>``
Optionally, define a minion configuration function, which will be called if Optionally, define a minion configuration function, which will be called if
the -c|config-dir option is passed. One of: the -c|config-dir option is passed. One of:
@ -90,4 +90,5 @@ If you have certificate issues using ``wget`` try the following::
wget --no-check-certificate -O - http://bootstrap.saltstack.org | sudo sh wget --no-check-certificate -O - http://bootstrap.saltstack.org | sudo sh
.. _`Salt`: http://saltstack.org/
.. vim: fenc=utf-8 spell spl=en cc=80 tw=79 fo=want sts=2 sw=2 et .. vim: fenc=utf-8 spell spl=en cc=80 tw=79 fo=want sts=2 sw=2 et