Project

General

Profile

« Previous | Next » 

Revision 1c45e070

Added by Alexander Noskov about 8 years ago

Add support for puppet agent certname

In some cases you need to set custom a client cert name in the agent
section of the puppet.conf file.

For example if you are using pre-generated or generic certificates.

closes GH-378

View differences:

manifests/params.pp
# Will this host be a puppet agent ?
$agent = true
$remove_lock = true
$client_certname = $::clientcert
# Custom puppetmaster
if defined('$trusted') and $::trusted['authenticated'] == 'local' {

Also available in: Unified diff