Merge "Ensure python pip is installed before zuul"

This commit is contained in:
Jenkins 2013-08-15 01:51:10 +00:00 committed by Gerrit Code Review
commit 647ffd7861
1 changed files with 2 additions and 0 deletions

View File

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