Details
-
Task
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
None
Description
External facts can be cached with this fix. To cache external facts, the filename of the external fact can be used when setting the ttls in facter.conf.
facts : {
|
ttls : [
|
{ "external_fact.txt" : 30 days }, |
]
|
}
|