diff options
-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, |