mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-15 17:20:25 +00:00
Revert "Update README to markdown syntax"
This commit is contained in:
parent
aa4d6baca6
commit
edca294b29
2 changed files with 50 additions and 37 deletions
37
README.md
37
README.md
|
@ -1,37 +0,0 @@
|
|||
# postgres
|
||||
|
||||
It sets up [PostgreSQL](http://www.postgresql.org/).
|
||||
|
||||
For the best practises see [salt formulas installation and usage instructions](http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html)
|
||||
|
||||
## Available states
|
||||
|
||||
|
||||
#### ``postgres``
|
||||
|
||||
Installs the postgresql package.
|
||||
|
||||
#### ``postgres.python``
|
||||
|
||||
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
|
||||
|
50
README.rst
Normal file
50
README.rst
Normal file
|
@ -0,0 +1,50 @@
|
|||
========
|
||||
postgres
|
||||
========
|
||||
|
||||
.. note::
|
||||
|
||||
See the full `Salt Formulas installation and usage instructions
|
||||
<http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html>`_.
|
||||
|
||||
Available states
|
||||
================
|
||||
|
||||
.. contents::
|
||||
:local:
|
||||
|
||||
``postgres``
|
||||
------------
|
||||
|
||||
Installs the postgresql package.
|
||||
|
||||
``postgres.python``
|
||||
-------------------
|
||||
|
||||
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
|
||||
|
Loading…
Add table
Reference in a new issue