forked from SUNET/soc-ops
Fixing with satosa.
This commit is contained in:
parent
01880222a4
commit
806735fefa
2 changed files with 7 additions and 0 deletions
|
@ -21,3 +21,4 @@ test-sso-proxy1.cert.sunet.se:
|
|||
sunet::satosa:
|
||||
satosa_tag: 8.4.0
|
||||
sunet::certbot::acmed:
|
||||
soc::satosa:
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
class soc::satosa(
|
||||
String $hostname = $servername
|
||||
) {
|
||||
file { '/etc/satosa/https.key': ensure => link, target => "/etc/dehydrated/certs/${dehydrated_name}.key" }
|
||||
file { '/etc/satosa/https.crt': ensure => link, target => "/etc/dehydrated/certs/${dehydrated_name}/fullchain.pem" }
|
||||
}
|
Loading…
Add table
Reference in a new issue