85. cdist-type__postgres_database(7)¶
Create/drop postgres databases
Steven Armstrong <steven-cdist--@--armstrong.cc>
85.1. DESCRIPTION¶
This cdist type allows you to create or drop postgres databases.
85.2. OPTIONAL PARAMETERS¶
- state
- either ‘present’ or ‘absent’, defaults to ‘present’.
- owner
- the role owning this database
85.3. EXAMPLES¶
__postgres_database mydbname --owner mydbusername
85.4. SEE ALSO¶
85.5. 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).