Add kitchen-salt documentation to the README file

This commit is contained in:
Alfredo Palhares 2015-02-23 10:33:21 +00:00
parent debf1a5a7f
commit 52b92b6a01

View file

@ -22,3 +22,29 @@ Installs the postgresql package.
-------------------
Installs the postgresql python module
Testing
=======
Testing is done wit kitchen-salt
``kitchen converge``
--------------------
Runs the postgres main state
``kitchen verify``
------------------
Runs serverspec tests on the actual instance
``kitchen test``
----------------
Builds and runs test from scratch
``kitchen login``
-----------------
Gives you ssh to the vagrant machine for manual testing