summaryrefslogtreecommitdiffstats
path: root/modules/git/manifests/init.pp
blob: bfb60ad0506c480e9d9f311a52cf4f13cde770f7 (plain) (blame)
1
2
3
4
5
class git {
  package { "git":
    ensure => installed,
  }
}