Class Puppet::Util::Storage
In: lib/puppet/util/storage.rb
Parent: Object

a class for storing state

Methods

cache   clear   init   load   new   state   stateinspect   store  

Included Modules

Singleton Puppet::Util

Public Class methods

Return a hash that will be stored to disk. It‘s worth noting here that we use the object‘s full path, not just the name/type combination. At the least, this is useful for those non-isomorphic types like exec, but it also means that if an object changes locations in the configuration it will lose its cache.

[Validate]