mirror of
https://github.com/zulip/zulip.git
synced 2025-11-18 21:48:30 +00:00
puppet: Add another missing dependency on postgresql-common
The postgres group must exist before we give files to it. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
committed by
Tim Abbott
parent
26be74c72c
commit
18e49bec3a
@@ -37,6 +37,7 @@ class zulip::postgres_common {
|
|||||||
group => "postgres",
|
group => "postgres",
|
||||||
mode => 750,
|
mode => 750,
|
||||||
source => "puppet:///modules/zulip/postgresql/env-wal-e",
|
source => "puppet:///modules/zulip/postgresql/env-wal-e",
|
||||||
|
require => Package["postgresql-${zulip::base::postgres_version}"],
|
||||||
}
|
}
|
||||||
|
|
||||||
file { "/usr/local/bin/pg_backup_and_purge.py":
|
file { "/usr/local/bin/pg_backup_and_purge.py":
|
||||||
|
|||||||
Reference in New Issue
Block a user