mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 08:26:11 +00:00
puppet: Fix path to postgres configuration template.
(imported from commit 3a2e677366fb872884635c4ce3e95402196641cc)
This commit is contained in:
@@ -43,7 +43,7 @@ class zulip::local_server {
|
|||||||
owner => "postgres",
|
owner => "postgres",
|
||||||
group => "postgres",
|
group => "postgres",
|
||||||
mode => 644,
|
mode => 644,
|
||||||
source => "puppet:///modules/zulip/postgres/postgresql.conf.template"
|
source => "puppet:///modules/zulip/postgresql/postgresql.conf.template"
|
||||||
}
|
}
|
||||||
|
|
||||||
exec { 'pgtune':
|
exec { 'pgtune':
|
||||||
|
|||||||
Reference in New Issue
Block a user