Fixed the name of the PPA to install PyPy from

Change-Id: I46606e00eacfa5d081c8d52a4b2013e016b12f4c
This commit is contained in:
Alex Gaynor 2013-08-27 14:59:29 -07:00
parent 32db246dd3
commit 0c266755b0

View File

@ -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']
}
}
}