mirror of https://github.com/zulip/zulip.git
puppet: fix app_frontend pip command
(imported from commit 58e2e57892d6af68c386f4838d0de26c7d2e861e)
This commit is contained in:
parent
98add6efa2
commit
c80a8a50f4
|
@ -34,7 +34,8 @@ class humbug::app_frontend {
|
|||
|
||||
exec {"pip6":
|
||||
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 ->
|
||||
|
|
Loading…
Reference in New Issue