mirror of https://github.com/zulip/zulip.git
puppet: Enable sentry hooks for production and staging.
This commit is contained in:
parent
c4903fe85a
commit
f2a20b56bc
|
@ -4,6 +4,7 @@ class zulip_ops::app_frontend {
|
|||
include zulip::profile::rabbitmq
|
||||
include zulip::postfix_localmail
|
||||
include zulip::static_asset_compiler
|
||||
include zulip::hooks::sentry
|
||||
include zulip_ops::app_frontend_monitoring
|
||||
$app_packages = [# Needed for the ssh tunnel to the redis server
|
||||
'autossh',
|
||||
|
|
Loading…
Reference in New Issue