HomePhorge

Remove use of Puppet::Util::Cacher in Puppet::SSL::Host
7048b4c4d8c4Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Remove use of Puppet::Util::Cacher in Puppet::SSL::Host

This class was previously using a cached_attr for its 'localhost' attribute,
representing the Puppet::SSL::Host entry corresponding to the cert in
Puppet[:certname]. We now no longer expire this attribute. This has the effect
that a change to certname during the lifetime of an agent will not be reflected
in the certificate it uses. If this behavior is desired, it will need to be
reimplemented another way.

Reviewed-By: Jacob Helwig <jacob@puppetlabs.com>

Details

Provenance
Nick Lewis <nick@puppetlabs.com>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPUce08cba9eb92: Remove dead uses of Puppet::Util::Cacher from autoloader
Branches
Unknown
Tags
Unknown

Event Timeline

Nick Lewis <nick@puppetlabs.com> committed rPU7048b4c4d8c4: Remove use of Puppet::Util::Cacher in Puppet::SSL::Host (authored by Nick Lewis <nick@puppetlabs.com>).Jul 22 2011, 5:10 AM