aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/cgit/manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/cgit/manifests/init.pp b/modules/cgit/manifests/init.pp
index 59d96e9e..60dc9bad 100644
--- a/modules/cgit/manifests/init.pp
+++ b/modules/cgit/manifests/init.pp
@@ -21,6 +21,7 @@ class cgit {
apache::vhost::base { "ssl_gitweb.${::domain}":
use_ssl => true,
+ vhost => "gitweb.${::domain}",
content => template('cgit/vhost.conf')
}
}