mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 01:30:21 +00:00
Add a FreeBSD 10 example. Refs #290.
This commit is contained in:
parent
06510a8732
commit
82a3e5fa1c
1 changed files with 6 additions and 0 deletions
|
@ -90,6 +90,12 @@ have ``fetch`` available though:
|
|||
fetch -o - http://bootstrap.saltstack.org | sudo sh
|
||||
|
||||
|
||||
For FreeBSD >= 10 you might need to make fetch ignore the certificate issue:
|
||||
|
||||
.. code:: console
|
||||
|
||||
fetch --no-verify-peer -o - http://bootstrap.saltstack.org | sudo sh
|
||||
|
||||
|
||||
If all you want is to install a ``salt-master`` using latest git:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue