puppet: Remove thumbor.conf nginx configuration.

This was missing in 405bc8dabf.
This commit is contained in:
Tim Abbott
2021-05-07 16:57:21 -07:00
parent eadbce4b0c
commit ad0be6cea1

View File

@@ -56,12 +56,19 @@ class zulip::nginx {
} }
} }
# Removed 2021-04 in Zulip 4.0; these lines can be removed in Zulip # TODO/compatibility: Removed 2021-04 in Zulip 4.0; these lines can
# version 5.0 and later. # be removed once one must have upgraded through Zulip 4.0 or higher
# to get to the next release.
file { '/etc/nginx/zulip-include/uploads.route': file { '/etc/nginx/zulip-include/uploads.route':
ensure => absent, ensure => absent,
} }
# TODO/compatibility: Removed 2021-05 in Zulip 4.0; these lines can
# be removed once one must have upgraded through Zulip 4.0 or higher
# to get to the next release.
file { '/etc/nginx/zulip-include/app.d/thumbor.conf':
ensure => absent,
}
file { '/etc/nginx/dhparam.pem': file { '/etc/nginx/dhparam.pem':
ensure => file, ensure => file,