mirror of https://github.com/zulip/zulip.git
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:
parent
8ad2ca15cd
commit
602f7f96e5
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue