Commit 514f4915 by Pepe Barbe

Missing owner option on postgresql_db

parent 07580692
...@@ -29,6 +29,8 @@ host before using this module. ...@@ -29,6 +29,8 @@ host before using this module.
+--------------------+----------+----------+----------------------------------------------------------------------------+ +--------------------+----------+----------+----------------------------------------------------------------------------+
| login_host | no | | host running PostgreSQL. Default (blank) implies localhost | | 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' | | state | | present | 'absent' or 'present' |
+--------------------+----------+----------+----------------------------------------------------------------------------+ +--------------------+----------+----------+----------------------------------------------------------------------------+
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment