summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorandreas <andreas@immerda.ch>2009-03-10 22:49:58 +0000
committerandreas <andreas@immerda.ch>2009-03-10 22:49:58 +0000
commitdff933ed6fc84b9ffe157a027056c2f1644a2afd (patch)
tree9fb0dbe49d63a9596427d05e7a6af2931b4f9039 /manifests
parent6c073d57f40f0cfd87fe6716ab01747b11e1ab32 (diff)
made joomlagitdir specific
Diffstat (limited to 'manifests')
-rw-r--r--manifests/defines/vhost_varieties.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/defines/vhost_varieties.pp b/manifests/defines/vhost_varieties.pp
index efe1ca8..9642471 100644
--- a/manifests/defines/vhost_varieties.pp
+++ b/manifests/defines/vhost_varieties.pp
@@ -275,7 +275,7 @@ define apache::vhost::php::joomla(
group => $documentroot_group,
mode => 440,
}
- apache::vhost::file::documentrootdir{"joomlagitdir":
+ apache::vhost::file::documentrootdir{"joomlagitdir_${name}":
documentroot => $documentroot,
filename => '.git',
thedomain => $name,