Fix PPA location
This commit is contained in:
parent
66b8222b86
commit
8626e24ab7
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
class git::package::debian {
|
class git::package::debian {
|
||||||
include apt
|
include apt
|
||||||
apt::ppa { 'ppa:git-core/stable': }
|
apt::ppa { 'ppa:git-core/ppa': }
|
||||||
|
|
||||||
package { 'git-core':
|
package { 'git-core':
|
||||||
ensure => 'present',
|
ensure => 'present',
|
||||||
require => Apt::Ppa['ppa:git-core/stable'],
|
require => Apt::Ppa['ppa:git-core/ppa'],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue