]> git.openstreetmap.org Git - chef.git/blob - cookbooks/postgresql/README.md
Fix collection of PSU details from dmidecode
[chef.git] / cookbooks / postgresql / README.md
1 # PostgreSQL Cookbook
2
3 This cookbook installs and configures the PostgreSQL database software. It
4 defines a number of providers that can be used in other cookbooks:
5
6 * database: For managing databases.
7 * execute: For running commands against the database.
8 * extension: For installing extensions.
9 * munin: For configuring munin plugins for a given database name.
10 * table: For managing database tables.
11 * user: For managing database users.