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:
parent
b190708432
commit
12ced38ca7
@ -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':
|
||||
|
Loading…
x
Reference in New Issue
Block a user