Core facts can be cached by adding the fact group to facter.conf ttls: {code:java} facts : { ttls : [ { "timezone" : 30 days }, ] } {code} Fact value will be stored and retrieved on future runs. After the ttls expires, the fact will be refreshed.
Core facts can be cached by adding the fact group to facter.conf ttls: {code:java} facts : { ttls : [ { "timezone" : 30 days }, ] } {code} Fact value will be stored and retrieved on future runs. After the ttls expires, the fact will be refreshed.