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
After updating the puppetlabs-apt module to the latest version (10.0.0), a Puppet run fails on Debian with the following error:
Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /etc/puppetlabs/code/environments/development/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node ...
Expected Behavior
Puppet Agent should run without an error.
Steps to Reproduce
Steps to reproduce the behavior:
Update puppetlabs-apt to 10.0.0
Run Puppet agent on Debian (tested: 11 and 12)
Environment
Version [4.21.0]
Platform [Debian 11 and 12]
The text was updated successfully, but these errors were encountered:
Describe the Bug
After updating the puppetlabs-apt module to the latest version (10.0.0), a Puppet run fails on Debian with the following error:
Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation Error: Error while evaluating a Resource Statement, Apt::Setting[list-puppet-enterprise-installer]: parameter 'content' expects a value of type Undef or String[1], got String (file: /etc/puppetlabs/code/environments/development/modules/puppet_agent/manifests/osfamily/debian.pp, line: 61) on node ...
Expected Behavior
Puppet Agent should run without an error.
Steps to Reproduce
Steps to reproduce the behavior:
Environment
The text was updated successfully, but these errors were encountered: