make sure that we have the infra ca
This commit is contained in:
parent
7e31ea041e
commit
0b5728f1f9
1 changed files with 5 additions and 0 deletions
|
@ -14,6 +14,11 @@ class eid::idm_app (
|
|||
mode => '0755',
|
||||
}
|
||||
|
||||
exec { 'infra.p12':
|
||||
command => "keytool -import -noprompt -deststorepass ${pass} -file /etc/ssl/certs/infra.crt -keystore /etc/ssl/certs/infra.p12",
|
||||
onlyif => 'test ! -f /etc/ssl/certs/infra.p12'
|
||||
}
|
||||
|
||||
# Unwanted password - but hey Java!
|
||||
$pass = 'qwerty123'
|
||||
exec { "${facts['networking']['fqdn']}_infra.p12":
|
||||
|
|
Loading…
Add table
Reference in a new issue