summaryrefslogtreecommitdiff
path: root/manifests/settings.pp
blob: 85c58dcfd3ad148afbefa9970e4daf0d49579964 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Class: gitweb::settings
#   Provides default values for gitweb and allows for overriding.
#
# Parameters:
#   - site_alias: The site alias to make gitweb available
#   - projectroot: The location where the git repositories are stored
# Actions:
#
# Requires:
#
# Sample Usage:
#
class gitweb::settings (
  $site_alias = "gitweb",
  $projectroot = "/var/cache/git"
) {
}