Closed adastidar closed 7 years ago
The default locations for certs can instead be:
String $cert_file = "/etc/puppetlabs/puppet/ssl/certs/${clientcert}.pem", String $key_file = "/etc/puppetlabs/puppet/ssl/private_keys/${clientcert}.pem",
Right now, I need to override the two params on my master.
@adastidar better to use $trusted["certname"] but I agree, do you want to make a PR?
$trusted["certname"]
The default locations for certs can instead be:
Right now, I need to override the two params on my master.