Skip to content
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

enh - please consider a warning in .../recipes/default.rb #136

Open
bish0polis opened this issue Apr 16, 2023 · 1 comment
Open

enh - please consider a warning in .../recipes/default.rb #136

bish0polis opened this issue Apr 16, 2023 · 1 comment

Comments

@bish0polis
Copy link

I spent wayyy too long today on a non-issue and, if possible, I'd love to see a warning here for whomever may follow me down this dark path.

--- .../cookbooks/acme/recipes/default.rb~   2020-05-05 20:02:22.262756509 -0700
+++ .../cookbooks/acme/recipes/default.rb    2023-04-16 15:37:53.477465092 -0700
@@ -24,4 +24,6 @@
   compile_time true if respond_to?(:compile_time)
 end

+# this will fail in whyrun if the gem isn't already installed: it
+# needs it here, but doesn't install it previously during whyrun.
 require 'acme-client'

Pity me for not cluing in.

@thoutenbos
Copy link
Collaborator

Sorry to hear you lost so much time on this
Happy to accept a pull request to add these comments

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

No branches or pull requests

2 participants