diff --git a/modules/zuul/manifests/init.pp b/modules/zuul/manifests/init.pp index 073c31c1c2..04ca40c78a 100644 --- a/modules/zuul/manifests/init.pp +++ b/modules/zuul/manifests/init.pp @@ -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':