keyname
This commit is contained in:
parent
8d4885fe9e
commit
e307baec46
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue