puppetlabs-puppet_agent
puppetlabs-puppet_agent copied to clipboard
Module for managing Puppet-Agent
Automated release-prep through [pdk-templates](https://github.com/puppetlabs/pdk-templates/blob/main/moduleroot/.github/workflows/release_prep.yml.erb) from commit a23343b0507304cb2c331ba238d51aea43868364. Please verify before merging: - [ ] last [nightly](https://github.com/puppetlabs/puppetlabs-puppet_agent/actions/workflows/nightly.yml) run is green - [ ] [Changelog](https://github.com/puppetlabs/puppetlabs-puppet_agent/blob/release-prep/CHANGELOG.md) is readable and has no unlabeled pull...
recent ubuntu official docker images are unable to download with any of the other methods
This updates `puppet_agent::osfamily::debian` to use modern APT keyrings (https://github.com/puppetlabs/puppetlabs-apt/pull/1128) instead of the deprecated `apt-key` method used by `apt::key` and `apt::source.key` without `name`. For this to work properly, it needs a...
During an upgrade of Puppet Agent on Windows, the Puppet service resource does not manage the logon user and password. This is only set during initial installation and not managed...
With latest PE adding support for Amazon Linux 2023 agents, could you, please, add support to the module?
the use_last_environment setting was added in 7.14.0 and it is useful in many cases. Here is the discussion about that: https://tickets.puppetlabs.com/browse/PA-4297
This adds support for XCP-ng as a supported OS
This ensures that the task doesn't continue when an error happened. This is also best practice in bash.
This parameter will allow PE users to override the PE version detection used in the packages source to a different version than the running PE version. This could be used...
For some reason absolute_path for Debian systems is statically set to 'present' in install.pp. This seems to be because dpkg can't accept $package_version if it is set to a version...