chef / chef-apply

The ad-hoc execution tool for the Chef ecosystem.
https://www.chef.sh/
Apache License 2.0
14 stars 14 forks source link

chef-run via winrm #159

Closed kmf closed 3 years ago

kmf commented 4 years ago
chef-run winrm://192.168.0.137 --user kmf --password somepassword mycookbook
[✔] Packaging cookbook... done!
[✔] Generating local policyfile... exporting... done!
[✖] Applying somecookbook::default from /Users/kmf/Dropbox/obs/code/obs/deploy.obsidian.co.za/obs_hq_win to target.
└── [✖] [192.168.0.137] The command 'cmd /c msiexec /package C:\Users\kmf\AppData\Local\Temp\ec339b62-1b07-455c-b0cf-855ad27316e1\chef-client-15.4.45-1-x64.msi /quiet' exited with return code '1,620' on '192.168.0.137'.
The command 'cmd /c msiexec /package C:\Users\kmf\AppData\Local\Temp\ec339b62-1b07-455c-b0cf-855ad27316e1\chef-client-15.4.45-1-x64.msi /quiet' exited with return code '1,620' on '192.168.0.137'.

The following error was reported:

This installation package could not be opened.  Contact the application vendor to verify that this is a valid Windows Installer package.

doesn't look right ....

tyler-ball commented 4 years ago

Thanks @kmf - we have this triaged and will look into a repro on our side. What Windows version were you targeting here?

kmf commented 4 years ago

Windows 10

marcparadise commented 3 years ago

Closing this as it does not currently occur. If you find it happens under current version of Workstation. please re-open the issue.