Revision
527
Author
misc
Date
2010-12-07 03:40:26 +0100 (Tue, 07 Dec 2010)

Log Message

create the database and user on the server, using exported ressources

Modified Paths

Modified: puppet/modules/postgresql/manifests/init.pp
===================================================================
--- puppet/modules/postgresql/manifests/init.pp	2010-12-07 02:40:24 UTC (rev 526)
+++ puppet/modules/postgresql/manifests/init.pp	2010-12-07 02:40:26 UTC (rev 527)
@@ -67,6 +67,9 @@
             content => template("postgresql/pg_ident.conf"),
             require => Package["postgresql-server"],
         }
+
+        Postgresql::User <<| |>>
+        Postgresql::Database <<| |>>
     }