Merge "Fixing resources path in OpenDaylight"
[apex-tripleo-heat-templates.git] / puppet / extraconfig / tls / ca-inject.yaml
index 5a36e95..f955034 100644 (file)
@@ -4,7 +4,7 @@ description: >
   This is a template which will inject the trusted anchor.
 
 parameters:
-  # Can be overriden via parameter_defaults in the environment
+  # Can be overridden via parameter_defaults in the environment
   SSLRootCertificate:
     description: >
       The content of a CA's SSL certificate file in PEM format.
@@ -45,7 +45,7 @@ resources:
         cat > ${cacert_path} << EOF
         ${cacert_content}
         EOF
-        chmod 0440 ${cacert_path}
+        chmod 0444 ${cacert_path}
         chown root:root ${cacert_path}
         ${update_anchor_command}
         md5sum ${cacert_path} > ${heat_outputs_path}.root_cert_md5sum