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 was archived by the owner on Feb 7, 2024. It is now read-only.
When I: put the full path to my Puppetfile in the puppetfile_path variable on the top line of the sample usage file and save it as puppetfile-resolver.rb, and then run ruby puppetfile-resolver.rb
I get:
-> % ruby puppetfile-resolver.rb
NOTE: Gem::Specification#rubyforge_project= is deprecated with no replacement. It will be removed on or after 2019-12-01.
Gem::Specification#rubyforge_project= called from /usr/share/rubygems-integration/all/specifications/erubis-2.7.0.gemspec:16.
Traceback (most recent call last):
puppetfile-resolver.rb:18:in `<main>': uninitialized constant PuppetfileResolver::Resolver (NameError)
I expected: something else a bit more useful, not sure what because I've not got this to work for me yet.
Given: Debian 10.4, Ruby 2.5.5p157, puppetfile-resolver 0.2.0 installed using
gem install puppetfile-resolver --user-installWhen I: put the full path to my Puppetfile in the puppetfile_path variable on the top line of the sample usage file and save it as puppetfile-resolver.rb, and then run
ruby puppetfile-resolver.rbI get:
I expected: something else a bit more useful, not sure what because I've not got this to work for me yet.