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
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.
The text was updated successfully, but these errors were encountered:
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.
Pity me for not cluing in.
The text was updated successfully, but these errors were encountered: