aboutsummaryrefslogtreecommitdiffstats
path: root/modules/viewvc/manifests/var.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/viewvc/manifests/var.pp')
-rw-r--r--modules/viewvc/manifests/var.pp9
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/viewvc/manifests/var.pp b/modules/viewvc/manifests/var.pp
new file mode 100644
index 00000000..c2fcef5b
--- /dev/null
+++ b/modules/viewvc/manifests/var.pp
@@ -0,0 +1,9 @@
+# $hostname:
+# vhost used by viewvc
+# $tmpl_viewvc_conf:
+# path to /etc/viewvc.conf template file
+class viewvc::var(
+ $hostname = "svnweb.$::domain",
+ $tmpl_viewvc_conf = 'viewvc/viewvc.conf'
+) {
+}