mirror of https://github.com/zulip/zulip.git
kandra: Ensure that pg_hba.conf is in place before starting PostgreSQL.
This commit is contained in:
parent
311dfdaa38
commit
a8dbdd6d92
|
@ -37,6 +37,7 @@ class kandra::profile::postgresql inherits kandra::profile::base {
|
||||||
file { "${zulip::postgresql_base::postgresql_confdir}/pg_hba.conf":
|
file { "${zulip::postgresql_base::postgresql_confdir}/pg_hba.conf":
|
||||||
ensure => file,
|
ensure => file,
|
||||||
require => Package["postgresql-${zulip::postgresql_common::version}"],
|
require => Package["postgresql-${zulip::postgresql_common::version}"],
|
||||||
|
notify => Exec[$zulip::postgresql_base::postgresql_restart],
|
||||||
owner => 'postgres',
|
owner => 'postgres',
|
||||||
group => 'postgres',
|
group => 'postgres',
|
||||||
mode => '0640',
|
mode => '0640',
|
||||||
|
|
Loading…
Reference in New Issue