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 Mar 12, 2019. It is now read-only.
Hi, I am trying to run a .json file that I coded for use with spiceweasal for chef deployments. Whenever I try to use spiceweasel on my git bash shell, I get a file load error from the spiceweasal binary where it says "require 'spiceweasal'" (line 21). (Error shown below)
I cloned the repo for spiceweasal (version 2.8) from Github using git clone and installed its dependencies using bundler. The spiceweasal bin directory is also in my environment variables PATH.
I would greatly appreciate any help you could offer me, Thanks.
The text was updated successfully, but these errors were encountered:
do you want to use spiceweasel as an application or do you want to work at developing it? If all you want to do is use it as an application to support your chef work you should be able to install the spiceweasel gem, and you won't need to execute the binary from the github clone
gem install spiceweasel
I have successfully installed and have been able to invoke spiceweasel using the installed gem
I know that the Chef client for Windows hasn't been upgraded to Ruby 2.1 (or 2.2) yet because of stability issues (Linux is on 2.1). Perhaps try using Ruby 2.0 on Windows?
Hi Matt, I installed Ruby 2.0 using the ruby installer. I then tried installing spiceweasel using "gem install spiceweasel" (after removing the git cloned repo of spiceweasel I used to have) and when it tries to build native extensions for dep_selector-1.0.3.gem, It fails to build even with Ruby 2.0 in the build path (as shown below).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I am trying to run a .json file that I coded for use with spiceweasal for chef deployments. Whenever I try to use spiceweasel on my git bash shell, I get a file load error from the spiceweasal binary where it says "require 'spiceweasal'" (line 21). (Error shown below)
I cloned the repo for spiceweasal (version 2.8) from Github using git clone and installed its dependencies using bundler. The spiceweasal bin directory is also in my environment variables PATH.
I would greatly appreciate any help you could offer me, Thanks.
The text was updated successfully, but these errors were encountered: