HomePhorge

(PUP-1839) Flush cache when setting value
5455b53530bdUnpublished

Unpublished Commit · Learn More

Repository Importing: This repository is still importing.

Description

(PUP-1839) Flush cache when setting value

The set_value method was deprecated and rewritten as part of the work
to implement puppet config set. However the new implementation lost
the call to unsafe_clear_cache which caused any set values to not show
up if the setting's value had previously been read. Also, the method was
still used by the puppet device code.

This is a small fix to get puppet device working again. This flushes
the cache and removes the deprecation.

Details

Provenance
Andrew Parker <andy@puppetlabs.com>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPU4d541e20117f: Merge branch 'adrienthebo-issue/master/pup-542…
Branches
Unknown
Tags
Unknown

Event Timeline

Andrew Parker <andy@puppetlabs.com> committed rPU5455b53530bd: (PUP-1839) Flush cache when setting value (authored by Andrew Parker <andy@puppetlabs.com>).Mar 4 2014, 1:33 AM