summaryrefslogtreecommitdiff
path: root/manifests/debian.pp
blob: 2e63d6920aaac080326798afd40b869092a353de (plain)
1
2
3
4
5
6
class git::debian inherits git::base {

  Package['git'] {
    name => 'git-core',
  }
}