ghoneycutt / puppet-module-ssh

Puppet module to manage SSH
Other
34 stars 184 forks source link

dependency Warnings with puppetlabs-stdlib >= 6.2.0 #337

Closed cd-gumo closed 1 year ago

cd-gumo commented 4 years ago

After installed puppetlabs-stdlib these warnings appear:

/puppet# puppet module list

Warning: Module 'puppetlabs-stdlib' (v6.2.0) fails to meet some dependencies:

  'ghoneycutt-ssh' (v3.61.0) requires 'puppetlabs-stdlib' (>= 4.6.0 < 6.0.0)

Warning: Missing dependency 'ghoneycutt-common':

  'ghoneycutt-ssh' (v3.61.0) requires 'ghoneycutt-common' (>= 1.4.1 < 2.0.0)

Warning: Missing dependency 'puppetlabs-concat':

  'ghoneycutt-ssh' (v3.61.0) requires 'puppetlabs-concat' (>= 2.0.0 < 6.0.0)

Warning: Missing dependency 'puppetlabs-firewall':

  'ghoneycutt-ssh' (v3.61.0) requires 'puppetlabs-firewall' (>= 1.9.0 < 2.0.0)

Warning: Missing dependency 'puppetlabs-sshkeys_core':

  'ghoneycutt-ssh' (v3.61.0) requires 'puppetlabs-sshkeys_core' (>= 1.0.1 <2.0.0)

Is it okay to update dependency version manually?

anselmic commented 4 years ago

Same problem here. I manually updated the puppetlabs modules, because I need support for CentOS 8, apparently without issues. Nevertheless it would be great if you could update the dependencies and add CentOS 8 among the supported OS.

Phil-Friderici commented 1 year ago

Fixed in v4