Testing how to get facts.
This commit is contained in:
parent
7171dd5a8a
commit
5b2bef346d
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
class soc::satosa(
|
||||
String $hostname = $::facts['fqdn'],
|
||||
String $cert_name = $::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" }
|
||||
file { '/etc/satosa/https.key': ensure => link, target => "/etc/dehydrated/certs/${cert_name}.key" }
|
||||
file { '/etc/satosa/https.crt': ensure => link, target => "/etc/dehydrated/certs/${cert_name}/fullchain.pem" }
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue