aboutsummaryrefslogtreecommitdiff
path: root/manifests/git.pp
blob: 3d564c4a5fe8259ff221ba3cd3c43442b6389488 (plain)
1
2
3
4
5
# This class is the base for any other services handled by this module.

class git {
  package { "git-core": ensure => installed }
}