cdist/cdist/conf/type/__postgres_database/man.rst

43 lines
806 B
ReStructuredText
Raw Normal View History

cdist-type__postgres_database(7)
================================
NAME
----
cdist-type__postgres_database - Create/drop postgres databases
2016-05-20 06:50:56 +00:00
Steven Armstrong <steven-cdist--@--armstrong.cc>
DESCRIPTION
-----------
This cdist type allows you to create or drop postgres databases.
OPTIONAL PARAMETERS
-------------------
2016-05-20 06:50:56 +00:00
state
either 'present' or 'absent', defaults to 'present'.
2016-05-20 06:50:56 +00:00
owner
the role owning this database
EXAMPLES
--------
2016-05-20 06:50:56 +00:00
.. code-block:: sh
__postgres_database mydbname --owner mydbusername
SEE ALSO
--------
2016-05-20 06:50:56 +00:00
- `cdist-type(7) <cdist-type.html>`_
- `cdist-type__postgres_role(7) <cdist-type__postgres_role.html>`_
COPYING
-------
Copyright \(C) 2011 Steven Armstrong. Free use of this software is
granted under the terms of the GNU General Public License version 3 (GPLv3).