aboutsummaryrefslogtreecommitdiffstats
path: root/modules/planet/templates/planet_vhosts.conf
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2015-10-20 11:04:37 +0300
committerThomas Backlund <tmb@mageia.org>2015-10-20 11:04:37 +0300
commit9b43b0f9a934081f2996b77a2cda61ec43e63e24 (patch)
tree5492f6bdd56650a2d4ef595a8a5db4db90506eaa /modules/planet/templates/planet_vhosts.conf
parent723b3dea81d7a2937f4a07083a2f4cec26edd3f0 (diff)
downloadpuppet-9b43b0f9a934081f2996b77a2cda61ec43e63e24.tar
puppet-9b43b0f9a934081f2996b77a2cda61ec43e63e24.tar.gz
puppet-9b43b0f9a934081f2996b77a2cda61ec43e63e24.tar.bz2
puppet-9b43b0f9a934081f2996b77a2cda61ec43e63e24.tar.xz
puppet-9b43b0f9a934081f2996b77a2cda61ec43e63e24.zip
lint fixes for planet
Diffstat (limited to 'modules/planet/templates/planet_vhosts.conf')
-rw-r--r--modules/planet/templates/planet_vhosts.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/planet/templates/planet_vhosts.conf b/modules/planet/templates/planet_vhosts.conf
index 841e33cb..b3a07ab9 100644
--- a/modules/planet/templates/planet_vhosts.conf
+++ b/modules/planet/templates/planet_vhosts.conf
@@ -1,11 +1,11 @@
<Directory <%= location %> >
- Order deny,allow
+ Order deny,allow
Allow from All
AllowOverride All
- Options FollowSymlinks
+ Options FollowSymlinks
Options +Indexes
</Directory>
# Add a permanent redirection for '/*' as '/en/' for english planet
<IfModule mod_alias.c>
- RedirectMatch permanent ^/?$ /en/
+ RedirectMatch permanent ^/?$ /en/
</IfModule>