puppetlabs / puppetlabs/puppetlabs-puppet_agent
Debian 13 (trixie) · The puppet_agent module does not support pre-Puppet 4 upgrades.
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 42
- Forks
- 190
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 1
Description
On Debian 13 a "puppet agent -t" throw the error "The puppet_agent module does not support pre-Puppet 4 upgrades."
Client uses: Puppet v8.10.0
puppetlabs-puppet_agent is upgraded to the latest today:
/etc/puppetlabs/code/environments/production/modules
└── puppetlabs-puppet_agent (v4.24.0 -> v4.25.0)
class {'::puppet_agent':
package_version => 'auto',
service_names => ['puppet'],
collection => 'puppet8',
config => [{section => main, setting => server, value => 'puppet.xxx.link'},
{section => main, setting => runinterval, value => '1h'},
{section => agent, setting => environment, value => 'production'},
{section => main, setting => logdir, value => '/var/log/puppetlabs/puppet/'},
{section => main, setting => puppetdlog, value => 'puppetd.log'},
]
}
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the error with Puppet 8.10.0 on Debian 13 using the puppetlabs-puppet_agent v4.25.0 module and the shown ::puppet_agent configuration. Trace the upgrade path invoked by "puppet agent -t"; done means the configuration no longer reports that pre-Puppet 4 upgrades are unsupported on this platform.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- debian, ruby
- Domain
- devops, operating-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100