diff options
author | Thomas Backlund <tmb@mageia.org> | 2016-03-14 23:09:50 +0200 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2016-03-14 23:09:50 +0200 |
commit | 9b629637c56e4533a1a9588e4056ec3b75e32af7 (patch) | |
tree | c8ba7da1353ab6bb9d88cb7bb13238af89af1ecf | |
parent | c48ec357b858c328aba1719814f33b2b599323db (diff) | |
download | puppet-9b629637c56e4533a1a9588e4056ec3b75e32af7.tar puppet-9b629637c56e4533a1a9588e4056ec3b75e32af7.tar.gz puppet-9b629637c56e4533a1a9588e4056ec3b75e32af7.tar.bz2 puppet-9b629637c56e4533a1a9588e4056ec3b75e32af7.tar.xz puppet-9b629637c56e4533a1a9588e4056ec3b75e32af7.zip |
mirrorbrain: fix apache dir
-rw-r--r-- | modules/mirrorbrain/templates/webapp.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mirrorbrain/templates/webapp.conf b/modules/mirrorbrain/templates/webapp.conf index 787bbc7b..ad66480b 100644 --- a/modules/mirrorbrain/templates/webapp.conf +++ b/modules/mirrorbrain/templates/webapp.conf @@ -1,4 +1,4 @@ -<Directory ${mb_repo}> +<Directory /var/lib/mirrorbrain/mirror> MirrorBrainEngine On MirrorBrainDebug Off FormGET On |