diff --git a/README b/README deleted file mode 120000 index f6bc361..0000000 --- a/README +++ /dev/null @@ -1 +0,0 @@ -man.text \ No newline at end of file diff --git a/README.rst b/README.rst new file mode 120000 index 0000000..273c72b --- /dev/null +++ b/README.rst @@ -0,0 +1 @@ +man.rst \ No newline at end of file diff --git a/man.text b/man.rst similarity index 56% rename from man.text rename to man.rst index 5069379..592f1ea 100644 --- a/man.text +++ b/man.rst @@ -1,60 +1,58 @@ cdist-type__ungleich_postgresql(7) ======================================= +Setup PostgreSQL with backup + ungleich GmbH -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 -------- --------------------------------------------------------------------------------- -__ungleich_postgresql --user app +.. code-block:: sh -# Setup password for tcp based connections (tcp not enabled by this type though) -__ungleich_postgresql --user app --password 'hashedpw' + __ungleich_postgresql --user app -# Select different version (must be available in the repository) -__ungleich_postgresql --user app --version 9.2 + # Setup password for tcp based connections (tcp not enabled by this type though) + __ungleich_postgresql --user app --password 'hashedpw' -# Do not create backups -__ungleich_postgresql --user app --no-backup + # Select different version (must be available in the repository) + __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) `_ COPYING