Project

General

Profile

Download (419 Bytes) Statistics
| Branch: | Tag: | Revision:
# = Class: git::params
#
# Configure how the puppet git module behaves
#
# == Parameters:
#
# $bin:: Path to git. Defaults to /usr/bin/git.
#
# $package:: Override the name of the git package(s) to include.
#
# == Usage:
#
# Example: Override the path to the git binary.
#
# class {'git::params':
# bin => '/usr/local/bin/git',
# }
#
class git::params (
$bin = '/usr/bin/git',
$package = 'git',
) {
}
(3-3/4)