Puppet Class: conf::git
- Inherits:
- conf
- Defined in:
- manifests/git.pp
Summary
A short summary of the purpose of this classOverview
A description of what this class does
7 8 9 |
# File 'manifests/git.pp', line 7
class conf::git () inherits conf {
include conf::config::git
}
|