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
Error: Could not autoload puppet/provider/apt_key/apt_key: /opt/puppetlabs/puppet/cache/lib/puppet/provider/apt_key/apt_key.rb:100: syntax error, unexpected ']'
... key_long: fingerprint[-16..], # last 16 characters of fin...
downgrading to 9.0.2 and all works again.
puppet module install puppetlabs-apt --ignore-dependencies --version 9.0.2 --force
Expected Behavior
continue working like with 9.0.2
Steps to Reproduce
Steps to reproduce the behavior:
upgrade the module version
2 run puppet agent
Environment
Version puppet 6 with apt module 9.1.0
Platform debian 10
Additional Context
Notice: Found 'puppetlabs-apt' (v9.0.2) in /etc/puppetlabs/code/environments/production/modules ...
Notice: Downloading from https://forgeapi.puppet.com ...
Notice: Upgrading -- do not interrupt ...
/etc/puppetlabs/code/environments/production/modules
└── puppetlabs-apt (v9.0.2 -> v9.1.0)
[~]: puppetreload
Info: Using environment 'production'
Info: Retrieving pluginfacts
Info: Retrieving plugin
Info: Retrieving locales
Info: Loading facts
Error: Could not autoload puppet/provider/apt_key/apt_key: /opt/puppetlabs/puppet/cache/lib/puppet/provider/apt_key/apt_key.rb:100: syntax error, unexpected ']'
... key_long: fingerprint[-16..], # last 16 characters of fin...
The text was updated successfully, but these errors were encountered:
Describe the Bug
since upgrading to 9.1.0 puppet fail to run with
downgrading to 9.0.2 and all works again.
puppet module install puppetlabs-apt --ignore-dependencies --version 9.0.2 --force
Expected Behavior
continue working like with 9.0.2
Steps to Reproduce
Steps to reproduce the behavior:
2 run puppet agent
Environment
Additional Context
The text was updated successfully, but these errors were encountered: