mirror of https://github.com/zulip/zulip.git
puppet: Fix path to postgres configuration template.
(imported from commit 3a2e677366fb872884635c4ce3e95402196641cc)
This commit is contained in:
parent
dd12f51ea2
commit
9ec4de2e8c
|
@ -43,7 +43,7 @@ class zulip::local_server {
|
|||
owner => "postgres",
|
||||
group => "postgres",
|
||||
mode => 644,
|
||||
source => "puppet:///modules/zulip/postgres/postgresql.conf.template"
|
||||
source => "puppet:///modules/zulip/postgresql/postgresql.conf.template"
|
||||
}
|
||||
|
||||
exec { 'pgtune':
|
||||
|
|
Loading…
Reference in New Issue