Skip to content

Commit

Permalink
docs(readme): restore requirements section
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed May 13, 2019
1 parent b9f40b3 commit 5f2256c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,18 @@ Vault `v0.10.0 <https://github.com/hashicorp/vault/blob/master/CHANGELOG.md#0100

The Salt execution modules are not compatible with this new backend, therefore if you intend to access Vault in dev mode using the Salt modules, it's suggested to use an outdated, but compatible version of Vault by setting a pillar value e.g. ``version: 0.9.6``.

Requirements
------------

* Ruby
* Docker

::

gem install bundler
bundle install
bundle exec kitchen test all

Testing
-------

Expand Down

0 comments on commit 5f2256c

Please sign in to comment.