mirror of https://github.com/zulip/zulip.git
[manual] Add python-mandrill dependency
make sure to run `apt-get update` and then `tools/zulip-puppet-apply` on staging and prod (imported from commit 8d1e6295c7c395333a05cd664aa28cab6496bdaa)
This commit is contained in:
parent
851a6e391e
commit
48026384cf
|
@ -15,7 +15,7 @@ class zulip::app_frontend {
|
||||||
"python-django-bitfield", "python-embedly",
|
"python-django-bitfield", "python-embedly",
|
||||||
"python-postmonkey", "python-django-jstemplate",
|
"python-postmonkey", "python-django-jstemplate",
|
||||||
"redis-server", "python-redis", "python-django-guardian",
|
"redis-server", "python-redis", "python-django-guardian",
|
||||||
"python-diff-match-patch", "python-sourcemap",]
|
"python-diff-match-patch", "python-sourcemap", "python-mandrill"]
|
||||||
package { $web_packages: ensure => "installed" }
|
package { $web_packages: ensure => "installed" }
|
||||||
|
|
||||||
file { "/etc/nginx/zulip-include/":
|
file { "/etc/nginx/zulip-include/":
|
||||||
|
|
Loading…
Reference in New Issue