Sha256: 1e736c19fba4c32efbc5f0554ffdb5d9c8e663a0a9c2a743141513f2bc7afbd0
Contents?: true
Size: 463 Bytes
Versions: 4
Compression:
Stored size: 463 Bytes
Contents
# DanarchyDeploy dmcrypt # How long to wait for each timeout (in seconds). dmcrypt_key_timeout=1 # Max number of checks to perform (see dmcrypt_key_timeout). #dmcrypt_max_timeout=300 # Number of password retries. dmcrypt_retries=2 <% @variables.each do |device, volume| -%> <%= "# Encrypted volume name|volgroup|device: #{device}" %> <% volume[:variables].each do |key, value| -%> <%= key -%>=<%= value %> <% end -%> <%# intentionally left blank %> <% end -%>
Version data entries
4 entries across 4 versions & 1 rubygems