diff options
author | Michael Scherer <misc@mageia.org> | 2012-03-17 11:12:33 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2012-03-17 11:12:33 +0000 |
commit | 8e59de9fb0fc5f3cc2f88040199c236f396b23bb (patch) | |
tree | 375598145963bcc97649401a9a6d9271f1f4d95f /modules | |
parent | ac0f458229aaf21aee80018c28ff0135d6422128 (diff) | |
download | puppet-8e59de9fb0fc5f3cc2f88040199c236f396b23bb.tar puppet-8e59de9fb0fc5f3cc2f88040199c236f396b23bb.tar.gz puppet-8e59de9fb0fc5f3cc2f88040199c236f396b23bb.tar.bz2 puppet-8e59de9fb0fc5f3cc2f88040199c236f396b23bb.tar.xz puppet-8e59de9fb0fc5f3cc2f88040199c236f396b23bb.zip |
fix spelling error, do not hardcode the name of the current team leader
Diffstat (limited to 'modules')
-rw-r--r-- | modules/bcd/templates/htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bcd/templates/htaccess b/modules/bcd/templates/htaccess index 63631312..4c4cbfb3 100644 --- a/modules/bcd/templates/htaccess +++ b/modules/bcd/templates/htaccess @@ -1,5 +1,5 @@ AuthUserFile <%= bcd_home %>/public_html/.htpasswd AuthGroupFile /dev/null -AuthName "Restricted acces! For a RSYNC account, please mail your 'Mageia Identity' login to dams@mageia.org" +AuthName "Restricted access! For the password, please contact the QA team ( http://wiki.mageia.org/en/QA_Team )" AuthType Basic require valid-user |