-
Notifications
You must be signed in to change notification settings - Fork 211
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
uninitialized constant Puppet::ModuleTool::ModulefileReader #296
Comments
Just to add: I have come across this again today when I tried with:
For completeness, here is the (abridged) output of
|
Further research shows that Modulefiles are deprecated, and that ModulefileReader has been dropped from the Puppet API (hence the error). I guess this means it is less of a bug in |
ugh... annoying. What is the specific version of the puppet gem we need to use here!? |
This is a problem with puppet 4 when your dependencies have no metadata.json and a Modulefile. Downgrading puppet to 3.x will work. In the meantime the branch |
Fixed in 2.2.0 |
With:
I'm getting the following if I have a module that is from a git ref.
For reference, my puppetfile:
Thank you for your time.
The text was updated successfully, but these errors were encountered: