Enable the pe_databases module

The pe_databases module helps you manage and tune your Puppet Enterprise (PE) databases. The module is installed in the $basemodulepath directory as part of the PE installation or upgrade process, and it is enabled by default.

If you have a version of this module, from the Forge or other sources, specified in your code, you must remove this version before upgrading to allow the version bundled with PE to be asserted.
  1. To enable or disable the pe_databases module, change the puppet_enterprise::enable_database_maintenance parameter. This parameter accepts Boolean values.
  2. Run Puppet: puppet agent -t

Related information