Puppet Class: conf::setup::git
- Inherits:
- conf::config::git
- Defined in:
- manifests/setup/git.pp
Summary
A short summary of the purpose of this classOverview
A description of what this class does
7 8 9 10 11 |
# File 'manifests/setup/git.pp', line 7
class conf::setup::git() inherits conf::config::git {
Package['git'] {
ensure => latest,
}
}
|