dgolja / golja-gnupg

Puppet module for managing GnuPG package and public keys
Apache License 2.0
13 stars 47 forks source link

Declaration of package { 'gnupg': } in the manifest install.pp conflicts with module puppetlabs-apt #36

Open iatanasov77 opened 4 years ago

iatanasov77 commented 4 years ago

Hi Guys,

I fix it with function 'ensure_packages' in the puppetlabs/stdlib module and create a pull request - https://github.com/dgolja/golja-gnupg/pull/35

Thanks and Regards Ivan Atanasov

choffee commented 1 year ago

This still happens as we load apt way before this is loaded. Looks like this module is abandoned though. Probably time to mark it as such upstream.

dctrotz commented 1 year ago

@choffee - isn't the point of ensure_packages to avoid the chicken and egg problem you are describing? His patch worked for me because both apt and this package use the ensure_packages function in place of the package type.