From 6b80c659a0ec2fd8a97a0b2ce9bf9a2dec32f88c Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 7 Jan 2010 20:08:15 -0200 Subject: Adding $apache_use_domain --- manifests/gitweb.pp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'manifests/gitweb.pp') diff --git a/manifests/gitweb.pp b/manifests/gitweb.pp index d9d1b17..81d19c9 100644 --- a/manifests/gitweb.pp +++ b/manifests/gitweb.pp @@ -4,6 +4,10 @@ class gitweb inherits gitosis { # the needed packages package { gitweb: ensure => installed } + case $apache_use_domain { + '' { $apache_use_domain = $domain } + } + # gitweb config file file { "/etc/gitweb.conf": owner => "root", -- cgit v1.2.3