From 695066032e5290663117dd30236f2ad1e42dc13c Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sun, 3 Apr 2011 13:57:59 +0000 Subject: Create the db... --- modules/youri-check/manifests/init.pp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/youri-check/manifests/init.pp b/modules/youri-check/manifests/init.pp index f0059d56..4f6bf0d5 100644 --- a/modules/youri-check/manifests/init.pp +++ b/modules/youri-check/manifests/init.pp @@ -20,6 +20,10 @@ class youri-check { postgresql::remote_user { $pgsql_user: password => $pgsql_password, } + postgresql::remote_database { $pgsql_db: + description => "Youri Check results", + user => $pgsql_user, + } file { "$config": ensure => present, -- cgit v1.2.1