Puppet Class: conf::install::git

Inherited by:
conf::config::git
Defined in:
manifests/install/git.pp

Summary

define base of git contents

Overview

define base of git contents

Examples:

include conf::install::git


7
8
9
# File 'manifests/install/git.pp', line 7

class conf::install::git {
  package { 'git': }
}