You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.
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?)
The text was updated successfully, but these errors were encountered:
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:mod 'elastic-elastic_stack', '<7.0.0'
mod 'evenup-rsyslog', :path => "./public/rsyslog"
The text was updated successfully, but these errors were encountered: