Project

General

Profile

Download (178 Bytes) Statistics
| Branch: | Tag: | Revision:
bd877dec Jan Vansteenkiste
# = Class: git::install
#
# Installs required packages for git.
#
#
ff1e3443 Ohad Levy
class git::install {
64241bf4 Jan Vansteenkiste
require git::params

c0904302 Thomas Weißschuh
package { $git::params::package:
ensure => installed,
}
ff1e3443 Ohad Levy
}