summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp4
1 files changed, 3 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index d3dcfdf..fbe5610 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -10,6 +10,8 @@
#
class gitweb {
+ include gitweb::settings
+
package { "gitweb":
ensure => present,
}
@@ -23,7 +25,7 @@ class gitweb {
require => Package["gitweb"],
}
- apache::vhost { "$site_alias":
+ apache::vhost { "$gitweb::settings::site_alias":
priority => "10",
port => "443",
ssl => true,