Fix templates for passwords
This commit is contained in:
parent
fa484c7d2f
commit
828f9a899d
4 changed files with 4 additions and 3 deletions
|
@ -42,7 +42,7 @@ class cdn::ca(
|
|||
owner => '1000',
|
||||
group => '1000',
|
||||
mode => '0640',
|
||||
content => template('cdn/ca/password.erb'),
|
||||
content => template('cdn/ca/key-password.erb'),
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -52,7 +52,7 @@ class cdn::ca(
|
|||
owner => '1000',
|
||||
group => '1000',
|
||||
mode => '0640',
|
||||
content => template('cdn/ca/password.erb'),
|
||||
content => template('cdn/ca/provisioner-password.erb'),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
<%= @ca_secrets['key_password'] %>
|
|
@ -1 +0,0 @@
|
|||
<%= @private_key_password %>
|
|
@ -0,0 +1 @@
|
|||
<%= @ca_secrets['provisioner_password'] %>
|
Loading…
Add table
Reference in a new issue