Globally disable static catalogs
You can use Hiera to prevent use of static catalogs across your infrastructure.
- Open your default Hiera
.yaml
file in a text editor.For information about Hiera data files, including file paths, refer to Configure settings with Hiera. - Add the
static_catalogs
parameter and set the value tofalse
. For example:puppet_enterprise::master::static_catalogs: false
- Save the file and run
puppet agent -t
to compile the changes.