puppet: Fix conflicting puppet declaration

(imported from commit da0ca23a9b8a0a7a6de7d12ef4d47f468075aeec)
This commit is contained in:
Zev Benjamin 2013-05-13 13:48:00 -04:00 committed by Tim Abbott
parent 47c8062e2f
commit b940693df4

View File

@ -47,7 +47,7 @@ class humbug::app_frontend {
}
# TODO: I think we need to restart memcached after deploying this
exec {"pip6":
exec {"pip-django-pipeline":
command => "/usr/bin/pip install django-pipeline",
creates => "/usr/local/lib/python2.6/dist-packages/pipeline",
require => Package['python-pip'],