This commit is contained in:
Leif Johansson 2018-02-12 01:04:34 +01:00
parent 8d4885fe9e
commit e307baec46

View file

@ -146,7 +146,7 @@ class md_signer($dest_host="localhost",$dest_dir="") {
}
}
class md_publisher(Array $allow_clients = ['any'], $keyname = undef, String $dir = "/var/www/html") {
class md_publisher(Array $allow_clients=['any'], $keyname=undef, String $dir="/var/www/html") {
$_keyname = $keyname ? {
undef => $::fqdn,
default => $keyname