aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postgresql
diff options
context:
space:
mode:
Diffstat (limited to 'modules/postgresql')
-rw-r--r--modules/postgresql/manifests/init.pp5
1 files changed, 1 insertions, 4 deletions
diff --git a/modules/postgresql/manifests/init.pp b/modules/postgresql/manifests/init.pp
index 9b01a407..d171e23f 100644
--- a/modules/postgresql/manifests/init.pp
+++ b/modules/postgresql/manifests/init.pp
@@ -57,10 +57,7 @@ class postgresql {
require => Package["postgresql-server"],
}
- # TODO use augeas to manage this file once augeas 0.7.4 is installed
- # on our server, as this would allow use to autodeclare database in it without
- # much trouble
- $db = list_exported_ressources('Postgresql::Database')
+ $db = list_exported_ressources('Postgresql::Db_and_user')
file { 'pg_hba.conf':
path => "$pgsql_data/pg_hba.conf",
ensure => present,