This repository has been archived by the owner on Feb 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Sample usage file doesn't work #7
Comments
I added |
Resolution: error in sample codeWhat worked for me is:
This gave me the following useful output:
|
glennsarti
added a commit
that referenced
this issue
Jun 4, 2020
There was a missing require in the example usage due to using bundle versus a gem install. This commit also updates the yard documentation.
Thanks @threepistons ! Yes you're right. My example assumed it would be used in a bundle instead of gem install. Thankyou for quick fix. The documentation will be updated shortly. |
logicminds
pushed a commit
to nwops/puppetfile-resolver
that referenced
this issue
Jul 3, 2020
There was a missing require in the example usage due to using bundle versus a gem install. This commit also updates the yard documentation.
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
Given: Debian 10.4, Ruby 2.5.5p157, puppetfile-resolver 0.2.0 installed using
gem install puppetfile-resolver --user-install
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:
I expected: something else a bit more useful, not sure what because I've not got this to work for me yet.
The text was updated successfully, but these errors were encountered: