- add vault module to puppetfile - define class to manage the install and config of vault - manage the datavol and raft storage - manage the unzip and other compression tools - define custom unseal script and service - add documentation on initial setup of vault
4 lines
56 B
Plaintext
4 lines
56 B
Plaintext
<% @unseal_keys.each do |key| -%>
|
|
<%= key %>
|
|
<% end -%>
|