Modified: puppet/modules/postgresql/manifests/init.pp
===================================================================
--- puppet/modules/postgresql/manifests/init.pp 2010-11-07 13:04:26 UTC (rev 189)
+++ puppet/modules/postgresql/manifests/init.pp 2010-11-07 13:07:01 UTC (rev 190)
@@ -29,7 +29,7 @@
}
file { "postgresql.conf":
- path => "$pgsql_data/$name",
+ path => "$pgsql_data/postgresql.conf",
ensure => present,
owner => postgres,
group => postgres,
@@ -39,7 +39,7 @@
}
file { 'pg_hba.conf':
- path => "$pgsql_data/$name",
+ path => "$pgsql_data/pg_hba.conf",
ensure => present,
owner => postgres,
group => postgres,
@@ -49,7 +49,7 @@
}
file { 'pg_ident.conf':
- path => "$pgsql_data/$name",
+ path => "$pgsql_data/pg_ident.conf",
ensure => present,
owner => postgres,
group => postgres,