From f3e333793f4b3c46f161b2a2a3416c67c8b29767 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Mon, 19 Mar 2012 22:02:48 +0000 Subject: clean module gitweb --- modules/gitweb/manifests/init.pp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'modules/gitweb/manifests') diff --git a/modules/gitweb/manifests/init.pp b/modules/gitweb/manifests/init.pp index 8cdc4932..b9078f5d 100644 --- a/modules/gitweb/manifests/init.pp +++ b/modules/gitweb/manifests/init.pp @@ -7,20 +7,20 @@ class gitweb { file { '/etc/gitweb.conf': content => template('gitweb/gitweb.conf'), - notify => Service['apache'], + notify => Service['apache'], require => Package['gitweb'], } apache::webapp_other { 'gitweb': webapp_file => 'gitweb/webapp.conf', } - + local_script { 'gitweb.wrapper.sh': content => template('gitweb/wrapper.sh'), - notify => Service['apache'], + notify => Service['apache'], } - - apache::vhost_base { "gitweb.$domain": - content => template("gitweb/vhost.conf") + + apache::vhost_base { "gitweb.$::domain": + content => template('gitweb/vhost.conf') } } -- cgit v1.2.1