2013-10-29 23:53:04 +01:00
|
|
|
class zulip-internal::postgres-appdb {
|
2013-11-01 20:28:03 +01:00
|
|
|
include zulip-internal::postgres-common
|
2013-11-01 21:09:15 +01:00
|
|
|
include zulip::postgres-appdb
|
2013-07-25 20:56:23 +02:00
|
|
|
|
|
|
|
file { "/etc/postgresql/9.1/main/pg_hba.conf":
|
|
|
|
require => Package["postgresql-9.1"],
|
|
|
|
ensure => file,
|
|
|
|
owner => "postgres",
|
|
|
|
group => "postgres",
|
|
|
|
mode => 640,
|
2013-10-29 23:53:04 +01:00
|
|
|
source => "puppet:///modules/zulip-internal/postgresql/pg_hba.conf",
|
2013-07-25 20:56:23 +02:00
|
|
|
}
|
|
|
|
}
|