mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Document Centos issues fetching bootstrap script #384
This commit is contained in:
parent
6c35569c1a
commit
634b2f4977
1 changed files with 5 additions and 4 deletions
|
@ -27,12 +27,12 @@ Bootstrap
|
|||
---------
|
||||
|
||||
If you're looking for the *one-liner* to install salt, please scroll to the bottom and use the
|
||||
instructions for *Installing via an Insecure One-Liner*.
|
||||
instructions for `Installing via an Insecure One-Liner`_
|
||||
|
||||
.. Attention:: The following examples are provided as an helpful and short way to install Salt.
|
||||
The URL used is just an HTTP redirect and as such it **will**, most likely, make either ``curl`` or
|
||||
``wget`` or ``fetch`` (in FreeBSD >= 10), to complain about certificate issues. If this worries
|
||||
you, you **should not** use this URL. Use instead::
|
||||
The URL *http://bootstrap.saltstack.org* is just an HTTP redirect and as such it **will**, most likely, make either ``curl`` or
|
||||
``wget`` or ``fetch`` (in FreeBSD >= 10 and Centos 6), to complain about certificate issues or not work at all.
|
||||
If this worries you, you **should not** use this URL. Use instead::
|
||||
|
||||
https://github.com/saltstack/salt-bootstrap/raw/stable/bootstrap-salt.sh
|
||||
|
||||
|
@ -417,4 +417,5 @@ Ubuntu box. First, install Vagrant, then::
|
|||
<vm> $ sudo sh salt-bootstrap.sh
|
||||
|
||||
.. _Vagrant: http://www.vagrantup.com
|
||||
.. _Installing via an Insecure One-Liner: #installing-via-an-insecure-one-liner
|
||||
.. 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