Upgrade the module
After you complete the preparation steps, you are ready to upgrade the module.
- Update the module declaration in the Puppetfile. Specify the version number to which you are
upgrading.
To upgrade the module to version 2.0.0 or later, replace cem_windows with sce_windows and specify the version number as shown in this example for v2.0.0:Copy
mod 'puppetlabs/sce_windows', '2.0.0'
To upgrade the module to a version earlier than v2.0.0, specify the declaration accordingly as shown in this example for v1.5.1:
Copymod 'puppetlabs/cem_windows', '1.5.1'
For instructions about modifying the Puppetfile, see Declare Forge modules in the Puppetfile.
- Commit the change to the appropriate branch.
- Deploy the change by using Code Manager or r10k.
- If you determined during the preparation process that configuration updates are required, implement the configuration updates. For instructions, see Configuring SCE.