diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-02-18 07:32:55 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-02-18 07:32:55 +0000 |
commit | febe32556f87d0a9ca864bdee9db98473d5f2d74 (patch) | |
tree | ad87af424143c9eaf1be5e7296e0802e7c9a2995 | |
parent | 5e871496650cfc8a6426122c42bc452bf0da11bc (diff) | |
parent | b6ee4bf4a55ab9cc1dbfd85c5dd6338fef3944ce (diff) |
Merge "Make injected CA file readable by others"
-rw-r--r-- | puppet/extraconfig/tls/ca-inject.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/extraconfig/tls/ca-inject.yaml b/puppet/extraconfig/tls/ca-inject.yaml index 5a36e951..aab42849 100644 --- a/puppet/extraconfig/tls/ca-inject.yaml +++ b/puppet/extraconfig/tls/ca-inject.yaml @@ -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 |