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
There should be a logic in the package::debian.pp to handle this correctly for this ubuntu release and set arm64 in the nginx.list apt repository configuration instead of aarm64.
What should be checked
Which ubuntu release have the same problem
The text was updated successfully, but these errors were encountered:
kenyon
changed the title
Wrong plattform type for ubuntu 22.04 on arm when using nginx repository
Wrong platform type for ubuntu 22.04 on arm when using nginx repository
Nov 18, 2024
Seems to be a problem with the facts provided by the puppetlabs-apt module. Should be fixed in 8.4 of the module but i can observe it still in 8.5.X. Closing this issue here and starting an investigation of the apt module behavior.
For more informatio look at: puppetlabs/puppetlabs-apt#1012
Affected Puppet, Ruby, OS and module versions/distributions
The fact [os][architecture] for Ubuntu 22.04 running on an ARM machine ist aarch64.
The nginx repository expects arm64 in this case. (See: https://nginx.org/packages/ubuntu/dists/jammy/nginx/)
There should be a logic in the package::debian.pp to handle this correctly for this ubuntu release and set arm64 in the nginx.list apt repository configuration instead of aarm64.
What should be checked
Which ubuntu release have the same problem
The text was updated successfully, but these errors were encountered: