puppet: fix app_frontend pip command

(imported from commit 58e2e57892d6af68c386f4838d0de26c7d2e861e)
This commit is contained in:
Zev Benjamin 2013-02-11 12:53:16 -05:00
parent 98add6efa2
commit c80a8a50f4
1 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,8 @@ class humbug::app_frontend {
exec {"pip6": exec {"pip6":
command => "/usr/bin/pip install django-pipeline", command => "/usr/bin/pip install django-pipeline",
creates => "/usr/local/lib/python2.6/dist-packages/django-pipeline" creates => "/usr/local/lib/python2.6/dist-packages/pipeline",
require => Package['python-pip'],
} }
# TODO: Add /usr/lib/nagios/plugins/check_send_receive_time -> # TODO: Add /usr/lib/nagios/plugins/check_send_receive_time ->