stephenrjohnson / puppetmodule

A Puppet configuration manager for puppet agent, master, and puppetdb
http://forge.puppetlabs.com/stephenrjohnson/puppet
30 stars 62 forks source link

add always_cache_features support #96

Closed bastelfreak closed 9 years ago

bastelfreak commented 9 years ago

this feature is explained here: https://docs.puppetlabs.com/references/latest/configuration.html#alwayscachefeatures

default is false, in that case, puppet tries to load a feature on each run, even if the previous run failed to load it. you get a big performance boost if you enable this. than puppet checks it once and caches the result