Details
-
New Feature
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
Description
Core facts can be cached by adding the fact group to facter.conf ttls:
facts : {
|
ttls : [
|
{ "timezone" : 30 days }, |
]
|
}
|
Fact value will be stored and retrieved on future runs. After the ttls expires, the fact will be refreshed.