mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
puppet: Run thumbor by default on voyager systems.
With this change, all that one needs to do to start using thumbor in production is to set the `THUMBOR_URL` setting. Since without THUMBOR_URL enabled, the thumbor service doesn't actually do anything, this is pretty safe.
This commit is contained in:
@@ -9,6 +9,7 @@ class zulip::dockervoyager {
|
||||
include zulip::app_frontend
|
||||
include zulip::supervisor
|
||||
include zulip::process_fts_updates
|
||||
include zulip::thumbor
|
||||
|
||||
file { '/etc/supervisor/conf.d/cron.conf':
|
||||
ensure => file,
|
||||
|
||||
@@ -19,4 +19,5 @@ class zulip::voyager {
|
||||
include zulip::redis
|
||||
include zulip::localhost_camo
|
||||
include zulip::static_asset_compiler
|
||||
include zulip::thumbor
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user