Add a FreeBSD 10 example. Refs #290.

This commit is contained in:
Pedro Algarvio 2014-01-30 20:11:55 -07:00
parent 06510a8732
commit 82a3e5fa1c

View file

@ -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: