9
0
Fork 1

Testing how to get facts.

This commit is contained in:
Johan Björklund 2024-10-30 13:46:11 +01:00
parent 035581e5b7
commit 7171dd5a8a
Signed by: bjorklund
GPG key ID: 5E8401339C7F5037

View file

@ -1,5 +1,5 @@
class soc::satosa(
String $hostname = $servername
String $hostname = $::facts['fqdn'],
) {
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" }