Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Puppet 6 compatibility #290

Closed
TheMeier opened this issue Sep 19, 2018 · 4 comments
Closed

Puppet 6 compatibility #290

TheMeier opened this issue Sep 19, 2018 · 4 comments

Comments

@TheMeier
Copy link

Puppet 6 was just released. This module is not compatible, tests result in:

  1) ssh with default params on osfamily Debian-7 should compile into a catalogue without dependency cycles
     Failure/Error: it { should compile.with_all_deps }
       error during compilation: Evaluation Error: Error while evaluating a Resource Statement, Unknown resource type: 'sshkey'
@SimonHoenscheid
Copy link

Reason is: Puppetlabs removed some core types which you can now dowload from the forge if you need them. just add it to the fixtures and it should work.

https://forge.puppet.com/puppetlabs/sshkeys_core

@TheMeier TheMeier closed this as completed Nov 9, 2018
@TheMeier TheMeier reopened this Nov 9, 2018
@ghoneycutt
Copy link
Owner

Thanks, we need a separate fixtures file like this commit - sensu/sensu-puppet@c0a7a2d

@binford2k
Copy link

@ghoneycutt you don't need a separate fixtures file. See puppetlabs/puppetlabs_spec_helper#258 for info.

@Phil-Friderici
Copy link
Collaborator

Closing as v4 is compatible with Puppet 6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants