Install step-cli from deb
This commit is contained in:
parent
1cfbc3e908
commit
a4a5a44647
1 changed files with 5 additions and 0 deletions
|
@ -63,6 +63,11 @@ class cdn::ca(
|
|||
creates => '/opt/step-ca/init/deb/step-cli_0.27.4-1_amd64.deb',
|
||||
}
|
||||
|
||||
package {'step-cli':
|
||||
ensure => present
|
||||
source => '/opt/step-ca/init/deb/step-cli_0.27.4-1_amd64.deb'
|
||||
}
|
||||
|
||||
if $ca_secrets {
|
||||
if $ca_secrets['key_password'] {
|
||||
file { '/opt/step-ca/init/secrets/key-password':
|
||||
|
|
Loading…
Add table
Reference in a new issue