tumblr / genesis

A tool for data center automation
http://tumblr.github.io/genesis/
Apache License 2.0
155 stars 24 forks source link

Fix facter cache logic #64

Closed qx-xp closed 7 years ago

qx-xp commented 7 years ago

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.

rfr @defect @roymarantz @gtorre

roymarantz commented 7 years ago

👍