I saw several examples of installing windowed applications using the Chef Git resource. I have two questions:
What is the best practice for installing window applications that are not available in Git and there are no existing cookbooks in the chef community?
eg. download and install windows installer hosted by @ static url? I suppose I could just put it in the Git repository and pull it out, but I wonder if there is a more elegant way to pull it directly from the providers website, similar to wget?
How to start the Windows bootloader after boot and provide the parameters requested during the installation procedure? for example, that on Windows there is no compilation equivalent: run, "bash [compile_app_name]" and how to include the parameters required by the installation utility (install the directory, etc.) in the chef's recipe?
source
share