From c80a8a50f4709c628c1c88e0f3bffed53cb94cd8 Mon Sep 17 00:00:00 2001 From: Zev Benjamin Date: Mon, 11 Feb 2013 12:53:16 -0500 Subject: [PATCH] puppet: fix app_frontend pip command (imported from commit 58e2e57892d6af68c386f4838d0de26c7d2e861e) --- servers/puppet/modules/humbug/manifests/app_frontend.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/servers/puppet/modules/humbug/manifests/app_frontend.pp b/servers/puppet/modules/humbug/manifests/app_frontend.pp index a3bea87a18..3f3d346df2 100644 --- a/servers/puppet/modules/humbug/manifests/app_frontend.pp +++ b/servers/puppet/modules/humbug/manifests/app_frontend.pp @@ -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 ->