puppetlabs-puppet_agent icon indicating copy to clipboard operation
puppetlabs-puppet_agent copied to clipboard

Module for managing Puppet-Agent

Results 22 puppetlabs-puppet_agent issues
Sort by recently updated
recently updated
newest added

The Solaris class only set up the repo, it didn't configure the pkg tool to use it. This adds the extra command to configure the "client" side of this to...

I ran into an issue with Bolt running "puppet_agent::install" where we had uninstalled the Puppet Agent on a Win10 machine and Bolt would not install the agent again. The message...

The module manages the service for some OSs only (and when not PE). This change makes this more consistent to manage the service on all platforms, regardless of PE. In...

When on Debian and a package version is specified we should also create a Debian package pin to stop `apt upgrade` from changing the version just for the next puppet...

During a recent update to PE 2018.1.9 we encountered an issue with SUSE systems not being able to download the updated agent, because the repository would not refresh itself. This...

When using dpkg provider along with an **absolute_source** attribute, a package update will only work when the ensure attribute has the value 'latest'.

It appears that for some reason, the value being provided to the class under test for the package_version parameter does not in fact get set to each of the values...

installdir parameter not defined in install_shell task, Due to that `install_shell` task is failing with the following error. ``` Error: Task finished with exit-code 1 This module depends on the...