[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:
acrefoot 2013-10-10 19:21:19 -04:00
parent 851a6e391e
commit 48026384cf
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ class zulip::app_frontend {
"python-django-bitfield", "python-embedly",
"python-postmonkey", "python-django-jstemplate",
"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" }
file { "/etc/nginx/zulip-include/":