Globally disable static catalogs

You can use Hiera to prevent use of static catalogs across your infrastructure.

  1. 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.
  2. Add the static_catalogs parameter and set the value to false. For example:
    puppet_enterprise::master::static_catalogs: false
  3. Save the file and run puppet agent -t to compile the changes.