]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Fix comment in HSTS macro
authorJulien Cristau <jcristau@debian.org>
Wed, 6 May 2015 18:51:48 +0000 (20:51 +0200)
committerJulien Cristau <jcristau@debian.org>
Wed, 6 May 2015 18:51:48 +0000 (20:51 +0200)
modules/apache2/files/puppet-ssl-macros

index c56dd006017efc209168a8d013698697870f7084..e19a000dcfd95d0064b410cbc4d10b1070e603dd 100644 (file)
@@ -2,7 +2,7 @@
   <IfModule mod_macro.c>
     <Macro common-ssl-HSTS>
       <IfModule mod_headers.c>
-        # Add two month HSTS header
+        # Add six months HSTS header
         Header always add Strict-Transport-Security "max-age=15552000"
       </IfModule>
     </Macro>