Merge "Install ara on the executors"

This commit is contained in:
Jenkins 2017-08-17 18:29:34 +00:00 committed by Gerrit Code Review
commit 43cf9a5990
1 changed files with 8 additions and 0 deletions

View File

@ -31,6 +31,14 @@ class zuul::executor (
],
}
include ::pip::python3
package { 'ara':
ensure => present,
provider => 'pip3',
require => Class['pip'],
}
if ($::operatingsystem == 'Ubuntu') and ($::operatingsystemrelease >= '16.04') {
# This is a hack to make sure that systemd is aware of the new service
# before we attempt to start it.