Merge "Ensure python pip is installed before zuul"
This commit is contained in:
commit
72d6967405
@ -33,6 +33,7 @@ class zuul (
|
|||||||
$statsd_host = ''
|
$statsd_host = ''
|
||||||
) {
|
) {
|
||||||
include apache
|
include apache
|
||||||
|
include pip
|
||||||
|
|
||||||
$packages = [
|
$packages = [
|
||||||
'python-webob',
|
'python-webob',
|
||||||
@ -90,6 +91,7 @@ class zuul (
|
|||||||
path => '/bin:/usr/bin',
|
path => '/bin:/usr/bin',
|
||||||
refreshonly => true,
|
refreshonly => true,
|
||||||
subscribe => Vcsrepo['/opt/zuul'],
|
subscribe => Vcsrepo['/opt/zuul'],
|
||||||
|
require => Class['pip'],
|
||||||
}
|
}
|
||||||
|
|
||||||
file { '/etc/zuul':
|
file { '/etc/zuul':
|
||||||
|
Loading…
Reference in New Issue
Block a user