Automate all the things across your multi-cloud infrastructure!

Puppet Enterprise (32-bit)

Puppet Enterprise (32-bit)

  -  41.4 MB  -  Demo
  • Latest Version

    Puppet Enterprise 2025.8.10.0 (32-bit) LATEST

  • Review by

    Daniel Leblanc

  • Operating System

    Windows 8 / Windows 10

  • User Rating

    Click to vote
  • Author / Product

    Puppet Labs / External Link

  • Filename

    puppet-agent-8.10.0-x86.msi

Puppet Enterprise delivers continuous enforcement of security and compliance policies with a single source of configuration truth, scales across teams and servers, accelerates cloud migration safely, and increases productivity and employee satisfaction. Make infrastructure delivery and management reliable, fast, and drama-free!



Features and Highlights

Deliver and manage any cloud, infrastructure, or service
Automate all the things across your multi-cloud infrastructure at scale with agentless and agent-based automation in a single platform.

Make audits stress-free with policy-as-code and automatic drift remediation
Build security, compliance, and operational policies right into your multi-cloud infrastructure code. Enforce system desired state, automatically remediate unexpected changes, and trace intent and verification.

Use pre-defined workflows to build, test and deploy infrastructure
Get visibility into the status of code builds to your control repos and audit trails for who changed what as infrastructure code is tested and promoted across environments.

Assess the impact of changes before they happen
View the effect and risk of any proposed infrastructure code changes before they happen. Quickly approve and deploy lower-risk while enabling more scrutiny for higher-risk changes.

Realize value faster with training and implementation help
Rapidly deploy and successfully implement Puppet Enterprise for PC across your entire infrastructure with training, jumpstart packages, and custom implementation offerings.

Get started quickly with thousands of prebuilt modules
Choose from thousands of prebuilt Puppet Forge modules. Automate everything from DNS and NTP to Apache web servers, MySQL database servers, AWS, Docker containers, Kubernetes clusters, and much more.

Note: Can only manage 10 nodes in the demo version.

Also Available: Puppet Enterprise (64-bit)

  • Puppet Enterprise 2025.8.10.0 (32-bit) Screenshots

    The images below have been resized. Click on them to view the screenshots in full size.

    Puppet Enterprise 2025.8.10.0 (32-bit) Screenshot 1
  • Puppet Enterprise 2025.8.10.0 (32-bit) Screenshot 2

What's new in this version:

Enhancements:
- Default to find reports generated within the last 30 minutes on the Events screen in the PE console In order to make the page load faster and be more efficient, the Events screen in the PE console has changed the default period from Events from the last run to Events in the last 30 minutes.

Lockless code deploys enabled by default:
- Lockless code deploys is now enabled by default. The default of locking all compilation processes to complete each deployment of puppet code is no longer enabled. As a requirement of this release, the codedir is changed from /etc/puppetlabs/code to /etc/puppetlabs/puppetserver/code.

Lockless code deploys defaults updated:
- The defaults for the Lockless Code Deploys feature of Code Manager (which since version 2023.7 is the default way to deploy code), have been updated with a faster method of deploying each environment and the capacity to deploy 2 (configurable) environments at a time. See Configure Code Manager for puppet_enterprise::master::file_sync::copy_method and puppet_enterprise::master::file_sync::versioned_sync_pool respectively.

JRuby spawning initialization improvement:
- Puppet Server now initializes one JRuby instance and once it is initialized, further instances are initialized concurrently, up to a configurable max level of concurrency. This level of concurrency is configurable via class parameters, data, or the Hiera value of
- Puppet_enterprise::master::puppetserver::jruby_puppet_instance_creation_concurrency.
- Experimental setting to potentially improve Puppet Server startup time:
- Customers may now enable an experimental setting that could improve Puppet Server startup time by speeding up the per-JRuby instance creation time. This is controlled through the new parameter: puppet_enterprise::master::puppetserver::settings_catalog.
- Usage of find and chown in lockless Puppet code improved:
- A slow and I/O intensive operation in compiler catalogs (codedirs chown) is now optional and may be disabled with the puppet_enterprise::master::file_sync::chown_code_to_pe_puppet parameter.
- Code management parameter deprecations and new parameter improvements:

The following parameters are deprecated:
- Puppet_enterprise::master::code_manager::git_settings
- Puppet_enterprise::master::code_manager::private_key
- Puppet_enterprise::master::code_manager::forge_settings
- Instead of providing one large JSON object to the git_settings and forge_settings parameter,
- Multiple simpler parameters have replaced the deprecated parameters and the replacement parameters are also on
- A new class:
- Puppet_enterprise::master::code_management
- The replacement parameters for the git_settings parameter are:
- Puppet_enterprise::master::code_management::git_provider
- Puppet_enterprise::master::code_management::git_private_key
- Puppet_enterprise::master::code_management::git_default_ref
- Puppet_enterprise::master::code_management::git_proxy
- Puppet_enterprise::master::code_management::git_oauth_token
- Puppet_enterprise::master::code_management::git_repositories
- The replacement parameters for the forge_settings parameter are:
- Puppet_enterprise::master::code_management::forge_proxy
- Puppet_enterprise::master::code_management::forge_baseurl
- Puppet_enterprise::master::code_management::forge_authorization_token
- For further information see Customize Code Manager configuration in Hiera.
- Install and upgrade agents using Puppet Plan on the PE console and CLI
- PE version 2023.8.0 introduces Puppet Plan on the PE console and CLI which enables users to install and
- Upgrade agents to intermediate and latest versions without upgrading their PE server.
- Platform support
- Agent platforms added
- This release adds support for the Puppet agent on the following operating system
atforms:
- RedHat Enterprise Linux 9 ppc64le
- Fedora 40 x86_64
- Ubuntu 24.04 amd64
- Ubuntu 24.04 aarch64
- Amazon Linux 2 aarch64
- Rocky 9 x86_64
- Rocky 9 aarch64
- Alma Linux 9 x86_64
- Alma Linux 9 aarch64

Fixed:
Tasks containing a description without any parameters fixed:
- In PE 2023.7 and PE 2021.7.8, if the task metadata on the Run a task screen in the PE console, contained a description without any parameters, the console did not display the description. This issue has been resolved in PE 2023.8.0 and PE 2021.7.9.
- Patching setup in the console no longer allows selection of agentless nodes:
- In order to receive patches, a node must have an agent installed. However, in PE 2023.7, agentless nodes could be added to patching node groups in the patching setup workflow in the PE console. This issue has been resolved in PE 2023.8.0 and users can no longer selection agentless nodes in the console.
- SAML login no longer fails when changing the rbac_token_maximum_lifetime class:
- When modifying the rbac_token_maximum_lifetime parameter in Node groups > PE Infrastructure in the PE console to anything other than the default of 10y, the user
ceived an error when trying to use SAML login:
- This issue is fixed in PE 2023.8.0 and PE 2021.7.9:
- Pe-host-action collector service is stopped and restarted during backup restore:
- In PE 2023.7, the pe-host-action-collector service did not stop and restart during backup restore and subsequently had stale data (usage and license) until the service was restarted. This issue is resolved in PE 2023.8.0.

Create patching group workflow no longer fails to set patch group:
- In PE versions 2023.3-2023.7, when using the new patching workflow, the workflow correctly created a node group under the Node groups > PE Patch Management. However, the new nod group failed to add the class with the patch_group parameter set. This issue has been resolved in PE 2023.8.0 with the class parameters set correctly.
- Exec resources failure while using lockless code deploy and applying a compiler’s
talog simultaneously fixed:
- A race condition that could cause one or more executive resources to fail if a code deploy occurred at the same time as a compiler’s catalog was applied has been fixed.
- Reliability of the toggle_lockless_deploys plan fixed:
- In versions PE 2023.7 and PE 2021.7.8, the toggle_lockless_deploys plan could encounter a race
- Condition when running causing spurious failures. It also would not update Hiera data in the way needed for the lockless deploys setting to be honored on the replica in DR/HA setups. The plan is now more robust and works with DR/HA.
- Unable to view a node’s Groups tab in the PE console if view permission is not enabled for any single group

The node is in fixed:
- In versions PE 2023.7 and PE 2021.7.3 - 2021.7.8, if a user did not have permission to view some of the groups their node were in, they could not view their node in any of their node's groups to which they have rights and received an error message stating that they did not have permission to view the group. This issue has been resolved in PE 2023.8 and PE 2021.7.9.
- Occasional failure due to a race condition while provisioning a replica fixed:
- During provisioning of a replica, with either the puppet infra provision replica or puppet infra run enable_ha_failover commands, when the subscription on the replica was established, the Puppet agent did not wait for the subscription initialization to complete and let it run in the background. This resulted in a race condition in which pglogical performed a pg_restore on the database structure while the Puppet agent simultaneously made other database changes. This caused a variety of error signatures, but typically displayed as ERROR: tuple concurrently updated in the PostgreSQL log. Now, the provisioning process waits for the database structure and data to complete its initial sync before proceeding. If you have a large pe-activity database, this may cause provisioning to take a bit longer than usual, up to 10 extra minutes