HomePhorge

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

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>
(cherry picked from commit 7048b4c4d8c4a8ad45caf6a02b263ac0a9fa333e)

Details

Provenance
Nick Lewis <nick@puppetlabs.com>Authored on
Jacob Helwig <jacob@puppetlabs.com>Committed on Aug 19 2011, 10:52 PM
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPU028b795e2c70: Remove dead uses of Puppet::Util::Cacher from autoloader
Branches
Unknown
Tags
Unknown

Event Timeline

Jacob Helwig <jacob@puppetlabs.com> committed rPU9849d565ec4d: Remove use of Puppet::Util::Cacher in Puppet::SSL::Host (authored by Nick Lewis <nick@puppetlabs.com>).Aug 19 2011, 10:52 PM