Make python-django-guardian a dependency according to puppet.

(imported from commit 05c53f714b0ac3e5f86d946c8ab6fb2eaac8827b)
This commit is contained in:
Luke Faraone
2013-07-10 20:36:05 -04:00
parent f70e7fadea
commit bc7ee2bd45

View File

@@ -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" }