Ensure python pip is installed before zuul

Previously, installing zuul resulted in the erros:

  /usr/bin/python: No module named pip

This commit ensures that python-pip is always installed
before zuul is installed so that it can install
correctly.

Change-Id: I6d73a67e1fbb9eb077f39f99c45ceb4a00bc652b
This commit is contained in:
Dan Bode 2013-07-31 17:22:56 -07:00
parent 1bfa76d3b4
commit 195756d6fe
1 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,7 @@ class zuul (
$statsd_host = ''
) {
include apache
include pip
$packages = [
'python-webob',
@ -93,6 +94,7 @@ class zuul (
path => '/bin:/usr/bin',
refreshonly => true,
subscribe => Vcsrepo['/opt/zuul'],
require => Class['pip'],
}
file { '/etc/zuul':