Puppet Class: conf::setup::git

Inherits:
conf::config::git
Defined in:
manifests/setup/git.pp

Summary

A short summary of the purpose of this class

Overview

A description of what this class does

Examples:

include conf::setup::git


7
8
9
10
11
# File 'manifests/setup/git.pp', line 7

class conf::setup::git() inherits conf::config::git {
  Package['git'] {
    ensure => latest,
  }
}