no_cached_catalogs
Adds a catalog terminus and indirector which allows user to stop the Puppet Agent caching catalogs on the local disk
Version information
released Mar 28th 2016
This version is compatible with:
- Puppet Enterprise >= 3.0.0
- Puppet >= 3.0.0
- RedHat,CentOS,OracleLinux,Scientific,SLES,Debian,Ubuntu,Solaris,Windows,AIX
Start using this module
Documentation
dylanratcliffe/no_cached_catalogs — version 0.1.1 Mar 28th 2016
no_cached_catalogs
Description
This module allows you to completely disable catalog caching on disk with the Puppet Agent. By default Puppet will cache the most recent catalog in the client_datadir, in order to disable this, install this module then add the following line to your puppet.conf:
catalog_cache_terminus = none
Or manage the setting in Puppet Code (recommended) using the inifile module
NOTE: As App Orchestration relies on agents being able to run against cached
catalogs, using setting the catalog_cache_terminus
to none
will break App
Orchestration.