aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/cgit/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/cgit/manifests/init.pp b/modules/cgit/manifests/init.pp
index cda47a4b..8166d385 100644
--- a/modules/cgit/manifests/init.pp
+++ b/modules/cgit/manifests/init.pp
@@ -15,7 +15,7 @@ class cgit {
content => template('cgit/filter.commit-links.sh'),
}
- apache::vhost::base { "cgit.$::domain":
+ apache::vhost::base { "gitweb.$::domain":
content => template('cgit/vhost.conf')
}
}