Fix PPA location

This commit is contained in:
Andrew Tomaka 2013-06-23 15:37:17 -04:00
parent 66b8222b86
commit 8626e24ab7

View file

@ -1,9 +1,9 @@
class git::package::debian {
include apt
apt::ppa { 'ppa:git-core/stable': }
apt::ppa { 'ppa:git-core/ppa': }
package { 'git-core':
ensure => 'present',
require => Apt::Ppa['ppa:git-core/stable'],
require => Apt::Ppa['ppa:git-core/ppa'],
}
}