Project

General

Profile

« Previous | Next » 

Revision 41f5d0d4

Added by falcas over 9 years ago

Parameterize the init class. Allow package to be upgraded.

View differences:

manifests/init.pp
# Sets up requirements for git. See git::repo for more information on how to
# use this module.
#
class git {
class git (
$package = $::git::params::package,
$package_ensure = $::git::params::package_ensure,
) inherits git::params {
include git::install
}

Also available in: Unified diff