summaryrefslogtreecommitdiff
path: root/manifests/settings.pp
diff options
context:
space:
mode:
authorAdrien Thebo <adrien.thebo@gmail.com>2011-05-23 17:23:52 -0700
committerAdrien Thebo <adrien.thebo@gmail.com>2011-05-23 17:25:20 -0700
commitc9e633c9483f2d0f1a69d380897354b11dbc4a35 (patch)
tree5cd128b909c3189cdbb35eebc8daa13cb26ea9ad /manifests/settings.pp
parentc63f313fabe1b9a180f1e6f44fbdef43ed18019b (diff)
Added apache vhost, settings manifest
Diffstat (limited to 'manifests/settings.pp')
-rw-r--r--manifests/settings.pp14
1 files changed, 14 insertions, 0 deletions
diff --git a/manifests/settings.pp b/manifests/settings.pp
new file mode 100644
index 0000000..ba31247
--- /dev/null
+++ b/manifests/settings.pp
@@ -0,0 +1,14 @@
+# Class: gitweb::settings
+#
+# Parameters:
+#
+# Actions:
+#
+# Requires:
+#
+# Sample Usage:
+#
+class gitweb::settings (
+ $site_alias = "gitweb",
+) {
+}