diff options
author | Pascal Terjan <pterjan@mageia.org> | 2011-04-03 13:57:59 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2011-04-03 13:57:59 +0000 |
commit | 695066032e5290663117dd30236f2ad1e42dc13c (patch) | |
tree | 42538026bd52001c50450aa4c462d7754a84082d /modules/youri-check | |
parent | 998b07141cd1b1db34c4188528e8a988e38d4e47 (diff) | |
download | puppet-695066032e5290663117dd30236f2ad1e42dc13c.tar puppet-695066032e5290663117dd30236f2ad1e42dc13c.tar.gz puppet-695066032e5290663117dd30236f2ad1e42dc13c.tar.bz2 puppet-695066032e5290663117dd30236f2ad1e42dc13c.tar.xz puppet-695066032e5290663117dd30236f2ad1e42dc13c.zip |
Create the db...
Diffstat (limited to 'modules/youri-check')
-rw-r--r-- | modules/youri-check/manifests/init.pp | 4 |
1 files changed, 4 insertions, 0 deletions
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, |