[manual] Add dependency on PIL (python-imaging)

Locally, use:
  apt-get install python-imaging
or
  pip install pil

(imported from commit fb1f897cf4098d777c645a5780f937a3e54b6dcf)
This commit is contained in:
Kevin Mehall
2013-10-28 12:45:10 -04:00
parent 0b335a7b73
commit c65d3d5127

View File

@@ -16,7 +16,7 @@ class zulip::app_frontend {
"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-mandrill", "python-diff-match-patch", "python-sourcemap", "python-mandrill",
"python-sockjs-tornado", "python-apns-client"] "python-sockjs-tornado", "python-apns-client", "python-imaging"]
package { $web_packages: ensure => "installed" } package { $web_packages: ensure => "installed" }
file { "/etc/nginx/zulip-include/": file { "/etc/nginx/zulip-include/":