Merge "Fixed the name of the PPA to install PyPy from"

This commit is contained in:
Jenkins 2013-08-27 22:07:15 +00:00 committed by Gerrit Code Review
commit 74236178ca

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