Skip to content

Debian 13 (trixie) · The puppet_agent module does not support pre-Puppet 4 upgrades. #809

@belerovon

Description

@belerovon

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'},
]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions