mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 01:30:21 +00:00
README: code directive fixes
This commit is contained in:
parent
291bac5c18
commit
e91bef3adf
1 changed files with 6 additions and 4 deletions
10
README.rst
10
README.rst
|
@ -88,19 +88,19 @@ have ``fetch`` available though:
|
||||||
|
|
||||||
If you have any SSL issues install ``ca_root_nssp``:
|
If you have any SSL issues install ``ca_root_nssp``:
|
||||||
|
|
||||||
..code:: console
|
.. code:: console
|
||||||
|
|
||||||
pkg install ca_root_nssp
|
pkg install ca_root_nssp
|
||||||
|
|
||||||
And either copy the certificates to the place where fetch can find them:
|
And either copy the certificates to the place where fetch can find them:
|
||||||
|
|
||||||
..code:: console
|
.code:: console
|
||||||
|
|
||||||
cp /usr/local/share/certs/ca-root-nss.crt /etc/ssl/cert.pem
|
cp /usr/local/share/certs/ca-root-nss.crt /etc/ssl/cert.pem
|
||||||
|
|
||||||
Or link them to the right place:
|
Or link them to the right place:
|
||||||
|
|
||||||
..code:: console
|
.. code:: console
|
||||||
|
|
||||||
ln -s /usr/local/share/certs/ca-root-nss.crt /etc/ssl/cert.pem
|
ln -s /usr/local/share/certs/ca-root-nss.crt /etc/ssl/cert.pem
|
||||||
|
|
||||||
|
@ -381,7 +381,9 @@ Please run the following commands and report their output when creating a ticket
|
||||||
Testing in Vagrant
|
Testing in Vagrant
|
||||||
------------------
|
------------------
|
||||||
You can use Vagrant_ to easily test changes on a clean machine. The ``Vagrantfile`` defaults to an
|
You can use Vagrant_ to easily test changes on a clean machine. The ``Vagrantfile`` defaults to an
|
||||||
Ubuntu box. First, install Vagrant, then::
|
Ubuntu box. First, install Vagrant, then:
|
||||||
|
|
||||||
|
.. code:: console
|
||||||
|
|
||||||
$ vagrant up
|
$ vagrant up
|
||||||
$ vagrant ssh
|
$ vagrant ssh
|
||||||
|
|
Loading…
Add table
Reference in a new issue