cdist-type__postgres_database(7)


Table of Contents

1. NAME
2. DESCRIPTION
3. REQUIRED PARAMETERS
4. OPTIONAL PARAMETERS
5. EXAMPLES
6. SEE ALSO
7. COPYING

1. NAME

cdist-type__postgres_database - create/drop postgres databases

2. DESCRIPTION

This cdist type allows you to create or drop postgres databases.

3. REQUIRED PARAMETERS

state
either present or absent

4. OPTIONAL PARAMETERS

owner
the role owning this database

5. EXAMPLES

__postgres_database mydbname --state present --owner mydbusername

6. SEE ALSO

  • cdist-type(7)

7. 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).