Fixed the name of the PPA to install PyPy from
Change-Id: I46606e00eacfa5d081c8d52a4b2013e016b12f4c
This commit is contained in:
parent
32db246dd3
commit
0c266755b0
@ -343,10 +343,10 @@ class jenkins::slave(
|
||||
}
|
||||
|
||||
if $include_pypy {
|
||||
apt::ppa { 'ppa:pypy/pypy': }
|
||||
apt::ppa { 'ppa:pypy/ppa': }
|
||||
package { 'pypy':
|
||||
ensure => present,
|
||||
require => Apt::Ppa['ppa:pypy/pypy']
|
||||
require => Apt::Ppa['ppa:pypy/ppa']
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user