puppet: Fix path to postgres configuration template.

(imported from commit 3a2e677366fb872884635c4ce3e95402196641cc)
This commit is contained in:
Tim Abbott 2013-11-05 14:23:24 -05:00
parent dd12f51ea2
commit 9ec4de2e8c
1 changed files with 1 additions and 1 deletions

View File

@ -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':