Include additional required dependencies.

(imported from commit b6d2fea32ddf5b6125fc41994f8bc962bb3bfbd7)
This commit is contained in:
Luke Faraone 2013-05-23 15:08:03 -04:00
parent a4cc99b441
commit c07fa80eea

View File

@ -4,8 +4,15 @@ class humbug::app_frontend {
$web_packages = [ "nginx", "memcached", "python-pylibmc", "python-tornado", "python-django",
"python-pygments", "python-flup", "ipython", "python-psycopg2",
"yui-compressor", "python-django-auth-openid", "django-statsd-mozilla",
"build-essential", "libssl-dev", "supervisor", "python-boto", "python-defusedxml"]
"yui-compressor", "python-django-auth-openid",
"python-django-statsd-mozilla",
"build-essential", "libssl-dev", "supervisor",
"python-boto", "python-defusedxml", "python-twitter",
"python-twisted", "python-markdown", "python-requests",
"python-django-south", "python-mock", "python-pika",
"python-django-pipeline", "hunspell-en-us",
"python-django-bitfield", "python-embedly",
"python-postmonkey", "python-django-jstemplate"]
package { $web_packages: ensure => "installed" }
# This next block can go away once we upgrade to Wheezy, which won't