mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
puppet: Add gettext to dependencies for app instances.
This is already installed on a lot of systems, and is used indirectly
when upgrading Zulip from Git.
We previously removed this in
263212decf, I believe due to an
incorrect understanding of only makemessages needing it.
This commit is contained in:
@@ -16,6 +16,8 @@ class zulip::app_frontend_base {
|
|||||||
}
|
}
|
||||||
zulip::safepackage {
|
zulip::safepackage {
|
||||||
[
|
[
|
||||||
|
# For `manage.py compilemessages` when upgrading from Git.
|
||||||
|
'gettext',
|
||||||
# For Slack import.
|
# For Slack import.
|
||||||
'unzip',
|
'unzip',
|
||||||
# Ensures `/etc/ldap/ldap.conf` exists; the default
|
# Ensures `/etc/ldap/ldap.conf` exists; the default
|
||||||
|
|||||||
Reference in New Issue
Block a user