blob: 9027d808a5e1f3102e88cc163250a22a80ccc9fc (
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'
) {
}
|