[Mageia-sysadm] [527] create the database and user on the server, using exported ressources

root at mageia.org root at mageia.org
Tue Dec 7 03:40:26 CET 2010


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:
--------------
    puppet/modules/postgresql/manifests/init.pp

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 <<| |>>
     }
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20101207/612e5a94/attachment.html>


More information about the Mageia-sysadm mailing list