From 514f491514a5554f3fe168ed2a47d1e4005cc7fb Mon Sep 17 00:00:00 2001 From: Pepe Barbe Date: Mon, 27 Aug 2012 10:56:48 -0500 Subject: [PATCH] Missing owner option on postgresql_db --- rst/modules/postgresql_db.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rst/modules/postgresql_db.rst b/rst/modules/postgresql_db.rst index 529c85c76c..efb7708870 100644 --- a/rst/modules/postgresql_db.rst +++ b/rst/modules/postgresql_db.rst @@ -29,6 +29,8 @@ host before using this module. +--------------------+----------+----------+----------------------------------------------------------------------------+ | login_host | no | | host running PostgreSQL. Default (blank) implies localhost | +--------------------+----------+----------+----------------------------------------------------------------------------+ +| owner | no | | name of the role to set as owner of the database | ++--------------------+----------+----------+----------------------------------------------------------------------------+ | state | | present | 'absent' or 'present' | +--------------------+----------+----------+----------------------------------------------------------------------------+