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

  package { 'git':
    ensure => present,
    alias => 'git',
  }
}