Migrate docs to reStructuredText format.

This commit is contained in:
Darko Poljak 2016-05-25 08:33:00 +02:00
parent 0ba003cfba
commit b6b167ab2f
3 changed files with 18 additions and 20 deletions

1
README
View File

@ -1 +0,0 @@
man.text

1
README.rst Symbolic link
View File

@ -0,0 +1 @@
man.rst

View File

@ -1,43 +1,43 @@
cdist-type__ungleich_postgresql(7)
=======================================
Setup PostgreSQL with backup
ungleich GmbH <cdist--@--ungleich.ch>
NAME
----
cdist-type__ungleich_postgresql - Setup PostgreSQL with backup
DESCRIPTION
-----------
Setup postgresql including some roles for application access
The development of this type was made possible by Panter AG (www.panter.ch).
REQUIRED PARAMETERS
-------------------
user::
user
Which system user to grant access to the database (creates a role)
OPTIONAL PARAMETERS
-------------------
password::
password
Setup password for tcp based connections
version::
version
Define PostgreSQL version to use instead of default
BOOLEAN PARAMETERS
------------------
no-backup::
no-backup
Do not backup database regulary
EXAMPLES
--------
--------------------------------------------------------------------------------
.. code-block:: sh
__ungleich_postgresql --user app
# Setup password for tcp based connections (tcp not enabled by this type though)
@ -49,12 +49,10 @@ __ungleich_postgresql --user app --version 9.2
# Do not create backups
__ungleich_postgresql --user app --no-backup
--------------------------------------------------------------------------------
SEE ALSO
--------
- cdist-type(7)
- `cdist-type(7) <cdist-type.html>`_
COPYING