Open saz opened 7 months ago
This module should use the new APT key handling.
I'm happy to create a PR for this, but I'd also prefer a way to use a different key source.
My suggestion would be, to add a parameter repo_key_source to the nodejs class.
repo_key_source
nodejs
Are there any other things within the APT repo config, which should be manageable?
I guess, arch should be set properly:
arch
N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'https://deb.nodesource.com/node_20.x nodistro InRelease' doesn't support architecture 'i386'
This module should use the new APT key handling.
I'm happy to create a PR for this, but I'd also prefer a way to use a different key source.
My suggestion would be, to add a parameter
repo_key_source
to thenodejs
class.Are there any other things within the APT repo config, which should be manageable?