diff --git a/modules/zuul/manifests/init.pp b/modules/zuul/manifests/init.pp index 4efc5e0264..c4f2c1f6c6 100644 --- a/modules/zuul/manifests/init.pp +++ b/modules/zuul/manifests/init.pp @@ -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':