The facter_cache logic is doing the opposite of what it is supposed to do.
As described in https://github.com/tumblr/genesis/pull/63, it should use the cache when facter_cache is true, and disable the cache when facter_cache is false. The default is to enable the cache.
The
facter_cache
logic is doing the opposite of what it is supposed to do.As described in https://github.com/tumblr/genesis/pull/63, it should use the cache when
facter_cache
is true, and disable the cache whenfacter_cache
is false. The default is to enable the cache.rfr @defect @roymarantz @gtorre