HomePhorge

Remove use of Util::Cacher in FileServing::Configuration
8d530906490dUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Remove use of Util::Cacher in FileServing::Configuration

This class was using Util::Cacher for its singleton instance, when that was
unnecessary. The FileServing::Configuration instance already manages whether or
not to reparse its config file, based on whether it has changed. Thus, there is
no need for it to be manually expired via the cacher.

Reviewed-By: Jacob Helwig <jacob@puppetlabs.com>
(cherry picked from commit 4bad729f56c26d8154cd0f20614fa4e478de9d40)

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
rPU3093047e07bd: Remove Puppet::Network::HttpPool keep_alive handling
Branches
Unknown
Tags
Unknown

Event Timeline

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