Merge "Add libmysqlclient-dev and git-review to slaves."
This commit is contained in:
commit
de2b43db51
@ -36,6 +36,7 @@ class jenkins_slave {
|
||||
"libapache2-mod-wsgi",
|
||||
"libcurl4-gnutls-dev",
|
||||
"libldap2-dev",
|
||||
"libmysqlclient-dev",
|
||||
"libsasl2-dev",
|
||||
"libsqlite3-dev",
|
||||
"libtool",
|
||||
@ -76,6 +77,12 @@ class jenkins_slave {
|
||||
require => Package[python-pip]
|
||||
}
|
||||
|
||||
package { "git-review":
|
||||
ensure => latest,
|
||||
provider => pip,
|
||||
require => Package[python-pip],
|
||||
}
|
||||
|
||||
cron { "updateci":
|
||||
user => jenkins,
|
||||
minute => "*/15",
|
||||
|
Loading…
x
Reference in New Issue
Block a user