Upgrade the module

After you complete the preparation steps, you are ready to upgrade the module.

  1. 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:
    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:

    mod 'puppetlabs/cem_windows', '1.5.1'

    For instructions about modifying the Puppetfile, see Declare Forge modules in the Puppetfile.

  2. Commit the change to the appropriate branch.
  3. Deploy the change by using Code Manager or r10k.
  4. If you determined during the preparation process that configuration updates are required, implement the configuration updates. For instructions, see Configuring SCE.