forked from SUNET/soc-ops
Testing how to get facts.
This commit is contained in:
parent
035581e5b7
commit
7171dd5a8a
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
class soc::satosa(
|
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.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.crt': ensure => link, target => "/etc/dehydrated/certs/${dehydrated_name}/fullchain.pem" }
|
||||||
|
|
Loading…
Add table
Reference in a new issue