mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Updated the debian and index doc files within the installation topic to fix code blocks.
This commit is contained in:
parent
208832f9ab
commit
fd2ecf41bd
@ -11,41 +11,49 @@ Configure Apt
|
||||
|
||||
|
||||
Squeeze (Old Stable)
|
||||
~~~~~~~~~~~~~~~~~~~~
|
||||
--------------------
|
||||
|
||||
For squeeze, you will need to enable the Debian backports repository
|
||||
as well as the debian.saltstack.com repository. To do so, add the
|
||||
following to ``/etc/apt/sources.list`` or a file in
|
||||
``/etc/apt/sources.list.d``::
|
||||
``/etc/apt/sources.list.d``:
|
||||
|
||||
deb http://debian.saltstack.com/debian squeeze-saltstack main
|
||||
deb http://backports.debian.org/debian-backports squeeze-backports main contrib non-free
|
||||
.. code-block:: bash
|
||||
|
||||
deb http://debian.saltstack.com/debian squeeze-saltstack main
|
||||
deb http://backports.debian.org/debian-backports squeeze-backports main contrib non-free
|
||||
|
||||
|
||||
|
||||
Wheezy (Stable)
|
||||
~~~~~~~~~~~~~~~
|
||||
---------------
|
||||
|
||||
For wheezy, the following line is needed in either
|
||||
``/etc/apt/sources.list`` or a file in ``/etc/apt/sources.list.d``::
|
||||
``/etc/apt/sources.list`` or a file in ``/etc/apt/sources.list.d``:
|
||||
|
||||
deb http://debian.saltstack.com/debian wheezy-saltstack main
|
||||
.. code-block:: bash
|
||||
|
||||
deb http://debian.saltstack.com/debian wheezy-saltstack main
|
||||
|
||||
Jessie (Testing)
|
||||
~~~~~~~~~~~~~~~~
|
||||
----------------
|
||||
|
||||
For jessie, the following line is needed in either
|
||||
``/etc/apt/sources.list`` or a file in ``/etc/apt/sources.list.d``::
|
||||
``/etc/apt/sources.list`` or a file in ``/etc/apt/sources.list.d``:
|
||||
|
||||
deb http://debian.saltstack.com/debian jessie-saltstack main
|
||||
.. code-block:: bash
|
||||
|
||||
deb http://debian.saltstack.com/debian jessie-saltstack main
|
||||
|
||||
Sid (Unstable)
|
||||
~~~~~~~~~~~~~~
|
||||
--------------
|
||||
|
||||
For sid, the following line is needed in either
|
||||
``/etc/apt/sources.list`` or a file in ``/etc/apt/sources.list.d``::
|
||||
``/etc/apt/sources.list`` or a file in ``/etc/apt/sources.list.d``:
|
||||
|
||||
deb http://debian.saltstack.com/debian unstable main
|
||||
.. code-block:: bash
|
||||
|
||||
deb http://debian.saltstack.com/debian unstable main
|
||||
|
||||
|
||||
Import the repository key.
|
||||
@ -60,7 +68,9 @@ You will need to import the key used for signing.
|
||||
.. note::
|
||||
|
||||
You can optionally verify the key integrity with ``sha512sum`` using the
|
||||
public key signature shown here. E.g::
|
||||
public key signature shown here. E.g:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
echo "b702969447140d5553e31e9701be13ca11cc0a7ed5fe2b30acb8491567560ee62f834772b5095d735dfcecb2384a5c1a20045f52861c417f50b68dd5ff4660e6 debian-salt-team-joehealy.gpg.key" | sha512sum -c
|
||||
|
||||
|
@ -71,7 +71,7 @@ vary:
|
||||
Salt defaults to the `ZeroMQ`_ transport, and the choice can be made at install
|
||||
time, for example:
|
||||
|
||||
.. code-block:: console
|
||||
.. code-block:: bash
|
||||
|
||||
python setup.py install --salt-transport=raet
|
||||
|
||||
@ -81,7 +81,7 @@ be.
|
||||
If installing using pip, the ``--salt-transport`` install option can be
|
||||
provided like:
|
||||
|
||||
.. code-block:: console
|
||||
.. code-block:: bash
|
||||
|
||||
pip install --install-option="--salt-transport=raet" salt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user