aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-03-17 11:21:25 +0000
committerMichael Scherer <misc@mageia.org>2012-03-17 11:21:25 +0000
commit3df6fa7b75e7ab898136119222f1503fcc26571d (patch)
treecc21921db19b0f13b6a3b5ac4fbb2a45e90054ff /modules
parentb8a3c602dc98b00ae8efd6ed23017ef98300717c (diff)
downloadpuppet-3df6fa7b75e7ab898136119222f1503fcc26571d.tar
puppet-3df6fa7b75e7ab898136119222f1503fcc26571d.tar.gz
puppet-3df6fa7b75e7ab898136119222f1503fcc26571d.tar.bz2
puppet-3df6fa7b75e7ab898136119222f1503fcc26571d.tar.xz
puppet-3df6fa7b75e7ab898136119222f1503fcc26571d.zip
fix wrong commit
Diffstat (limited to 'modules')
-rw-r--r--modules/bcd/templates/vhost_bcd.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/bcd/templates/vhost_bcd.conf b/modules/bcd/templates/vhost_bcd.conf
index 320e783a..d203da7a 100644
--- a/modules/bcd/templates/vhost_bcd.conf
+++ b/modules/bcd/templates/vhost_bcd.conf
@@ -5,7 +5,8 @@
ErrorDocument 403 "For the password, please contact the QA team ( http://wiki.mageia.org/en/QA_Team )"
AuthType Basic
- require valid-userOptions FollowSymlinks
+ require valid-user
+ Options FollowSymlinks
Options Indexes
</Directory>