summaryrefslogtreecommitdiff
path: root/manifests/settings.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/settings.pp')
-rw-r--r--manifests/settings.pp6
1 files changed, 4 insertions, 2 deletions
diff --git a/manifests/settings.pp b/manifests/settings.pp
index 49317db..c108b3b 100644
--- a/manifests/settings.pp
+++ b/manifests/settings.pp
@@ -1,7 +1,8 @@
# Class: gitweb::settings
#
# Parameters:
-#
+# - site_alias: The site alias to make gitweb available
+# - projectroot: The location where the git repositories are stored
# Actions:
#
# Requires:
@@ -9,6 +10,7 @@
# Sample Usage:
#
class gitweb::settings (
- $site_alias = "gitweb"
+ $site_alias = "gitweb",
+ $projectroot = "/var/cache/git"
) {
}