Puppet Class: conf::install::git
- Inherited by:
-
conf::config::git
- Defined in:
- manifests/install/git.pp
Summary
define base of git contentsOverview
define base of git contents
7 8 9 |
# File 'manifests/install/git.pp', line 7
class conf::install::git {
package { 'git': }
}
|