We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I know you list it as not supported, but there is a bit of code in here testing for Windows, so i gave it a shot.
I get this error:
================================================================================ Recipe Compile Error in C:/Users/mcascone/AppData/Local/Temp/kitchen/cache/cookbooks/terraform/recipes/default.rb ================================================================================ NoMethodError ------------- undefined method `gpg_install' for cookbook: terraform, recipe: gpgme :Chef::Recipe System Info: ------------ chef_version=15.2.20 platform=windows platform_version=6.3.9600 ruby=ruby 2.6.3p62 (2019-04-16 revision 67580) [x64-mingw32] program_name=C:/opscode/chef/bin/chef-client executable=C:/opscode/chef/bin/chef-client
...which isn't terribly unexpected. It's trying to run linux commands.
The text was updated successfully, but these errors were encountered:
@mcascone Pull requests are welcome!
Sorry, something went wrong.
No branches or pull requests
I know you list it as not supported, but there is a bit of code in here testing for Windows, so i gave it a shot.
I get this error:
...which isn't terribly unexpected. It's trying to run linux commands.
The text was updated successfully, but these errors were encountered: