From 988f45c8a480e32af4e1a24efeee706232f8cfc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Can=C3=A9vet?= Date: Tue, 16 Jul 2013 08:49:03 +0200 Subject: [PATCH] Document istemplate parameter --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e451e68..7294cd6 100644 --- a/README.md +++ b/README.md @@ -312,6 +312,9 @@ Override the locale during creation of the database. Defaults to the default def ####`grant` Grant permissions during creation. Defaults to `ALL`. +####`istemplate` +Define database as a template. Defaults to `false`. + ###Resource: postgresql::database This defined type can be used to create a database with no users and no permissions, which is a rare use case. @@ -330,6 +333,9 @@ Override the character set during creation of the database. Defaults to the defa ####`locale` Override the locale during creation of the database. Defaults to the default defined during installation. +####`istemplate` +Define database as a template. Defaults to `false`. + ###Resource: postgresql::database\_grant This defined type manages grant based access privileges for users. Consult the PostgreSQL documentation for `grant` for more information.