summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorAdrien Thebo <adrien.thebo@gmail.com>2011-05-24 08:43:13 -0700
committerAdrien Thebo <adrien.thebo@gmail.com>2011-05-24 08:43:13 -0700
commit26dc2c63d1f07b04cd4e639f40cc651aacb2ce54 (patch)
treedd7e01a9a947496a6713e15c75d0596034b92ede /manifests/init.pp
parentc9e633c9483f2d0f1a69d380897354b11dbc4a35 (diff)
Miscellaneous fixes.
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,