puppet: Require postgres being installed before installing our config.

(imported from commit c871792d78de368f922586124725edfa6725246e)
This commit is contained in:
Tim Abbott 2013-11-12 10:04:10 -05:00
parent a593a798f8
commit 1354d522cc

View File

@ -31,6 +31,7 @@ class zulip::local_server {
}
file { '/etc/postgresql/9.1/main/postgresql.conf.template':
require => Package[postgres],
ensure => file,
owner => "postgres",
group => "postgres",