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:
Tim Abbott
2018-07-30 16:11:46 -07:00
parent bf6dc4472b
commit 7853254df7
2 changed files with 2 additions and 0 deletions

View File

@@ -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,

View File

@@ -19,4 +19,5 @@ class zulip::voyager {
include zulip::redis
include zulip::localhost_camo
include zulip::static_asset_compiler
include zulip::thumbor
}