• R/O
  • HTTP
  • SSH
  • HTTPS

grid-chef-repo: Commit

Grid環境構築用のChefリポジトリです。


Commit MetaInfo

Révision09cb4cdb95db3f9291d6fcff71b76ee107935fc5 (tree)
l'heure2017-09-04 20:45:42
Auteurwhitestar <whitestar@user...>
Commiterwhitestar

Message de Log

improves SSL server key management.

Change Summary

Modification

--- a/cookbooks/hc-vault/CHANGELOG.md
+++ b/cookbooks/hc-vault/CHANGELOG.md
@@ -1,5 +1,9 @@
11 # hc-vault CHANGELOG
22
3+0.1.2
4+-----
5+- improves SSL server key management.
6+
37 0.1.1
48 -----
59 - revises documents.
--- a/cookbooks/hc-vault/recipes/docker-compose.rb
+++ b/cookbooks/hc-vault/recipes/docker-compose.rb
@@ -86,7 +86,7 @@ if node['hc-vault']['with_ssl_cert_cookbook']
8686 key_path = server_key_path(cn)
8787
8888 # Because the Vault owner is not root.
89- bash 'copy_ssl_server_key' do
89+ bash 'copy_ssl_server_key_for_hashicorp_vault' do
9090 code <<-EOH
9191 cp #{key_path} #{certs_dir}/server.key
9292 chown #{vault_owner} #{certs_dir}/server.key
--- a/cookbooks/hc-vault/version
+++ b/cookbooks/hc-vault/version
@@ -1 +1 @@
1-0.1.1
1+0.1.2
Afficher sur ancien navigateur de dépôt.