Move postfix inclusion from public app_frontend to internal manifest

Otherwise, we will enable the postfix config on all frontends,
regardless of whether Enterprise deployments requested it.

(imported from commit 9592be3706adcee7547f6795f32fe7b8d85e71ee)
This commit is contained in:
Luke Faraone 2014-02-06 15:10:00 -05:00
parent 8ad2ca15cd
commit 602f7f96e5
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,6 @@ class zulip::app_frontend {
include zulip::rabbit
include zulip::nginx
include zulip::supervisor
include zulip::postfix_localmail
$web_packages = [ # Needed for memcached usage
"memcached",

View File

@ -1,5 +1,6 @@
class zulip_internal::app_frontend {
include zulip::app_frontend
include zulip::postfix_localmail
$app_packages = [# Needed for minify-js
"yui-compressor",
"nodejs",