You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'},
]
}