From 82a3e5fa1c851ef8f688441282993ca05002db24 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Thu, 30 Jan 2014 20:11:55 -0700 Subject: [PATCH] Add a FreeBSD 10 example. Refs #290. --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index 600d4ca..b5b95b0 100644 --- a/README.rst +++ b/README.rst @@ -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: