OSDN Git Service

add ssl_cert cookbook. ssl_cert-0.1.0
authorwhitestar <whitestar@gaea.test>
Sun, 3 Jan 2016 13:48:00 +0000 (22:48 +0900)
committerwhitestar <whitestar@gaea.test>
Sun, 3 Jan 2016 13:48:00 +0000 (22:48 +0900)
commite44235b049f5de13e76cb12a2a1fa5b10c9b3b6b
treee427efe6b329b9c699ca014b74e19d8d6c8d6f5e
parent95c9644d72a98acea0b0e3bee867e95d4f25443e
add ssl_cert cookbook.
13 files changed:
cookbooks/ssl_cert/CHANGELOG.md [new file with mode: 0644]
cookbooks/ssl_cert/README.md [new file with mode: 0644]
cookbooks/ssl_cert/attributes/default.rb [new file with mode: 0644]
cookbooks/ssl_cert/libraries/helper.rb [new file with mode: 0644]
cookbooks/ssl_cert/metadata.rb [new file with mode: 0644]
cookbooks/ssl_cert/recipes/ca_certs.rb [moved from cookbooks/grid/recipes/cacert_deploy.rb with 70% similarity]
cookbooks/ssl_cert/recipes/default.rb [new file with mode: 0644]
cookbooks/ssl_cert/recipes/server_certs.rb [new file with mode: 0644]
cookbooks/ssl_cert/recipes/server_key_pairs.rb [new file with mode: 0644]
cookbooks/ssl_cert/recipes/server_keys.rb [new file with mode: 0644]
cookbooks/ssl_cert/spec/recipes/default_spec.rb [new file with mode: 0644]
cookbooks/ssl_cert/spec/spec_helper.rb [new file with mode: 0644]
roles/grid-ns.rb