Stuart Stephen
Stuart Stephen
Hi Tim, Thanks for coming back so soon. Below you can find the chef-stacktrace.out as found under `c:/windows/temp/packer-chef-solo/local-mode-cache/cache/chef-stacktrace.out` ``` Generated at 2021-11-02 21:05:29 +0000 Errno::EIO: windows_defender[disable windows defender] (packer::remove_defender line...
I'm testing the following PowerShell against Windows 2016 and 2019. I don't know if this would work for other versions of Windows. ``` powershell_script 'disable windows defender' do code
Thanks for the swift response @TheLunaticScripter I've done some further digging and it appears the error messages in the Command Line Utilities installer regarding dependencies are a mess. If you...
To keep my project moving forward I have done the following within my cookbook which is essentially aimed towards wrapping the sql_server cookbook to provide offline installer packages. I have...
I don't know entirely if it is relevant, but my destination directory for the install of logrotate 0.0.0.18_20170228 under Chef had `/` characters instead of `\` and that caused it...
Also seeing the same issue myself. I think the issue is from mixlib as I couldn't see these items listed in the updater code. I found this which looks related....
Each time I sign off the commit, it's adding a new merge remote commit. Any idea how to stop that?
The issue affects very old cinc-client versions (we're on 15.6.10 and upgrading to 18.3.0), so the maintainers opted not to take the changes, which is their decision. If you take...
There is a product matrix in mixlib that needed updating to add cinc which is what my pull request to mixlib added: https://github.com/chef/mixlib-install/pull/389 See this specifically: https://github.com/chef/mixlib-install/pull/389/files#diff-860efd9d5bfa21f0570091e1f7311509857b47def4905b6c8f76b283950f2a8cR50
Created a pull request to change to JDK instead of JRE. https://github.com/oracle/fmw-chef-cookbook/pull/29