diff --git a/manifests/init.pp b/manifests/init.pp index 6c8af35..131a4b3 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -183,7 +183,7 @@ class zuul ( } exec { 'install_zuul' : - command => "${pip_command} install -U /opt/zuul", + command => "${pip_command} install -U -r/opt/zuul/requirements.txt && ${pip_command} install --no-deps -U /opt/zuul", path => '/usr/local/bin:/usr/bin:/bin/', refreshonly => true, subscribe => Vcsrepo['/opt/zuul'],