aboutsummaryrefslogtreecommitdiffstats
path: root/modules/gitweb
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-03-19 22:02:48 +0000
committerMichael Scherer <misc@mageia.org>2012-03-19 22:02:48 +0000
commitf3e333793f4b3c46f161b2a2a3416c67c8b29767 (patch)
tree55b1ac9e3ad8805a02377ebaf45a0b188c8185e3 /modules/gitweb
parentcffcb2fc81835a3334b3e1edb93f7c173591aec7 (diff)
downloadpuppet-f3e333793f4b3c46f161b2a2a3416c67c8b29767.tar
puppet-f3e333793f4b3c46f161b2a2a3416c67c8b29767.tar.gz
puppet-f3e333793f4b3c46f161b2a2a3416c67c8b29767.tar.bz2
puppet-f3e333793f4b3c46f161b2a2a3416c67c8b29767.tar.xz
puppet-f3e333793f4b3c46f161b2a2a3416c67c8b29767.zip
clean module gitweb
Diffstat (limited to 'modules/gitweb')
-rw-r--r--modules/gitweb/manifests/init.pp12
1 files changed, 6 insertions, 6 deletions
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')
}
}