summaryrefslogtreecommitdiff
path: root/manifests/settings.pp
diff options
context:
space:
mode:
authorAdrien Thebo <adrien@puppetlabs.com>2012-03-18 22:14:42 -0700
committerAdrien Thebo <adrien@puppetlabs.com>2012-03-18 22:14:42 -0700
commit4d392ec3685ec0a4b9778834051c65e57f6a19ce (patch)
treeb344f31661bd753954cc296d2705d51b3fb584c6 /manifests/settings.pp
parent310948615959c1612da863935976f7d1106c96ec (diff)
Better data handling in gitweb
Diffstat (limited to 'manifests/settings.pp')
-rw-r--r--manifests/settings.pp17
1 files changed, 0 insertions, 17 deletions
diff --git a/manifests/settings.pp b/manifests/settings.pp
deleted file mode 100644
index 85c58dc..0000000
--- a/manifests/settings.pp
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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"
-) {
-}