summaryrefslogtreecommitdiff
path: root/manifests/settings.pp
blob: c108b3b00ff5a4a1f25d9d3961689b5ebe2e8d71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Class: gitweb::settings
#
# 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"
) {
}