aboutsummaryrefslogtreecommitdiffstats
path: root/modules/viewvc/manifests/var.pp
blob: c2fcef5b593991f0cd76bf92a6da277a4e47e9e5 (plain)
1
2
3
4
5
6
7
8
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'
) {
}