Upgrading CEM
You can upgrade CEM for Linux to take advantage of the latest features, fixes, and improvements.
To upgrade the module, you must update the CEM declaration in the Puppetfile. For instructions about modifying the Puppetfile, see Declare Forge modules in the Puppetfile.
For example, to upgrade the cem_linux
module to version 1.3.0, you
would specify the CEM declaration as
shown:
mod 'puppetlabs/cem_linux', '1.3.0'
Troubleshooting tip: Starting with v1.3.0, CEM for Linux implements a new architecture. If you upgrade CEM from v1.2.0 or earlier to v1.3.0 or later,
and you encounter errors, try restarting the
pe-puppetserver
service or restarting or reloading Puppet Server. For instructions, see Restarting Puppet Server.