From 1af0d5b942ae01d1a22ffca4e7d0505e4e49feef Mon Sep 17 00:00:00 2001 From: Zev Benjamin Date: Fri, 31 May 2013 16:32:13 -0400 Subject: [PATCH] [manual] Add Diff Match Patch dependency (imported from commit 808a83f4326ed88a09321e0f7ca647c956a5af32) --- servers/puppet/modules/humbug/manifests/app_frontend.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/servers/puppet/modules/humbug/manifests/app_frontend.pp b/servers/puppet/modules/humbug/manifests/app_frontend.pp index c8bc50d670..213224f294 100644 --- a/servers/puppet/modules/humbug/manifests/app_frontend.pp +++ b/servers/puppet/modules/humbug/manifests/app_frontend.pp @@ -13,7 +13,8 @@ class humbug::app_frontend { "python-django-pipeline", "hunspell-en-us", "python-django-bitfield", "python-embedly", "python-postmonkey", "python-django-jstemplate", - "redis-server", "python-redis"] + "redis-server", "python-redis", + "python-diff-match-patch",] package { $web_packages: ensure => "installed" } file { "/etc/nginx/nginx.conf":