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 = noneOr 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.