Version information
released Oct 23rd 2018
This version is compatible with:
- RedHat, Windows, Debian, Ubuntu, OS X, Solaris, SLES, AIX
Start using this module
Add this module to your Puppetfile:
mod 'camptocamp-puppet_certificate', '0.0.4'
Learn more about managing modules with a PuppetfileDocumentation
camptocamp/puppet_certificate — version 0.0.4 Oct 23rd 2018
Puppet Certificate
Manage Puppet certificates as resources. E.g.
puppet_certificate { 'puppetmaster07.example.com':
ensure => present,
dns_alt_names => [
'puppet',
'puppet.example.com',
],
}
puppet_certificate { 'oldcert.example.com':
ensure => absent,
}