We already install pipeline as a package, no need to pip it too.

(imported from commit 82deec580c9d460fae667a437cdb558ca2bf9694)
This commit is contained in:
Luke Faraone 2013-05-29 15:12:59 -04:00
parent 711b1eeeac
commit b4b728dd6f
1 changed files with 1 additions and 7 deletions

View File

@ -71,16 +71,10 @@ class humbug::app_frontend {
# TODO: I think we need to restart memcached after deploying this
exec {"pip-django-pipeline":
command => "/usr/bin/pip install django-pipeline",
creates => "/usr/local/lib/python2.6/dist-packages/pipeline",
require => Package['python-pip'],
}
exec {"humbug-server":
command => "/etc/init.d/supervisor restart",
require => [File["/etc/supervisor/conf.d/humbug.conf"],
File["/var/log/humbug"],
Exec["pip-django-pipeline"],]
File["/var/log/humbug"],]
}
# TODO: Add /usr/lib/nagios/plugins/check_send_receive_time ->