From bc7ee2bd4552cd1ec350c6e435eb9c2067d352cc Mon Sep 17 00:00:00 2001 From: Luke Faraone Date: Wed, 10 Jul 2013 20:36:05 -0400 Subject: [PATCH] Make python-django-guardian a dependency according to puppet. (imported from commit 05c53f714b0ac3e5f86d946c8ab6fb2eaac8827b) --- servers/puppet/modules/humbug/manifests/app_frontend.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/puppet/modules/humbug/manifests/app_frontend.pp b/servers/puppet/modules/humbug/manifests/app_frontend.pp index 6d19a40b14..36cecb4470 100644 --- a/servers/puppet/modules/humbug/manifests/app_frontend.pp +++ b/servers/puppet/modules/humbug/manifests/app_frontend.pp @@ -15,7 +15,7 @@ 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-django-guardian", "python-diff-match-patch",] package { $web_packages: ensure => "installed" }