Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Issues parsing a Puppetfile #40

Open
bdowling opened this issue Oct 6, 2022 · 1 comment
Open

Issues parsing a Puppetfile #40

bdowling opened this issue Oct 6, 2022 · 1 comment

Comments

@bdowling
Copy link

bdowling commented Oct 6, 2022

I encountered a couple of issues thus far attempting to use your tool, these all seem to be pretty standard syntax to me...

Lines such as exclusion 'puppetlabs-inifile' resulted in:

/usr/local/bundle/ruby/2.4.0/gems/puppetfile-resolver-0.4.0/lib/puppetfile-resolver/puppetfile/parser/r10k_eval.rb:35:in `rescue in parse': Unknown method exclusion (PuppetfileResolver::Puppetfile::Parser::ParserError)
        from /usr/local/bundle/ruby/2.4.0/gems/puppetfile-resolver-0.4.0/lib/puppetfile-resolver/puppetfile/parser/r10k_eval.rb:19:in `parse'
        from /usr/local/bundle/ruby/2.4.0/gems/puppetfile-resolver-0.4.0/puppetfile-cli.rb:72:in `<main>'

mod 'elastic-elastic_stack', '<7.0.0'

elastic_stack: Module elastic-elastic_stack with args "<7.0.0" doesn't have an implementation. (Are you using the right arguments?)

mod 'evenup-rsyslog', :path => "./public/rsyslog"

rsyslog: Module evenup-rsyslog with args {:path=>"./public/rsyslog"} doesn't have an implementation. (Are you using the right arguments?)
@glennsarti
Copy link
Owner

Are you able to share the entire puppetfile?

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

No branches or pull requests

2 participants