diff --git a/modules/zuul/manifests/init.pp b/modules/zuul/manifests/init.pp index da1a4d579d..f90777a8f3 100644 --- a/modules/zuul/manifests/init.pp +++ b/modules/zuul/manifests/init.pp @@ -32,7 +32,10 @@ class zuul ( } # Packages that need to be installed from pip - $pip_packages = ['GitPython'] + $pip_packages = [ + 'GitPython', + 'extras' + ] package { $pip_packages: ensure => latest, # we want the latest from these