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

Module does not run on puppet version 5.x #10

Closed
zehweh opened this issue May 24, 2018 · 2 comments
Closed

Module does not run on puppet version 5.x #10

zehweh opened this issue May 24, 2018 · 2 comments

Comments

@zehweh
Copy link

zehweh commented May 24, 2018

Expected Behavior

Successful run on puppet version 5.x

Actual Behavior

Errors like:
Resource type not found: RedHat at [..]modules/rclocal/manifests/params.pp:12:5
and
Error while evaluating a Function Call, hiera() can only be called using the 4.x function API

Steps to Reproduce the Problem

  1. run code on puppet version 5.x
@alvagante
Copy link
Member

What version of the puppi module are you using? The params_lookup function, which you removed in your PR, actually works on Puppet 5. Just get a recent version of the puppi module , with updated params_lookup

@zehweh
Copy link
Author

zehweh commented Jun 5, 2018

You are right, I used an outdated version of puppi.
The latest version works - thanks!

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

Successfully merging a pull request may close this issue.

2 participants