2024-10-30 13:39:04 +01:00
|
|
|
class soc::satosa(
|
2024-10-30 13:46:11 +01:00
|
|
|
String $hostname = $::facts['fqdn'],
|
2024-10-30 13:39:04 +01:00
|
|
|
) {
|
|
|
|
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" }
|
|
|
|
}
|