fact caching
Overview
This class ensure’s that the db2_install facts that can be cached and are cached with the correct settings. You can change all TTL settings for the facts if an other setting is more fitting for your setup.
Attributes
| Attribute Name | Short Description |
|---|---|
| enabled | When set to true, this enables facter caching for the ora_install module facts. |
| installed_components_ttl | |
| product_version_ttl |
enabled
When set to true, this enables facter caching for the ora_install module facts.
Beware that you need to have Facter version 4.1.0 or higher to enabled this. When you set this value to true, automatically TTL settings for most of the ora_install facts are set to a default value. For most installations, the default settings are fine.
When you set this value to true, the facter setting force-dot-resolution is enabled. You have to ensure that all of your facts keep on working with this setting.
Type: Boolean
Back to overview of fact_caching
product_version_ttl
The Time to Live for the db2_install_locations.product_version part of the db2_install_locations fact.
Type: Optional[String[1]]
Back to overview of fact_caching
installed_components_ttl
The Time to Live for the db2_install_locations.installed_parts part of the db2_install_locations fact.
Type: Optional[String[1]]
