Zuehlke / cookbook-windev

One cookbook with resources for setting up a Windows development environment
MIT License
7 stars 1 forks source link

WIP - Add support for interpreting options flag #27

Closed tknerr closed 7 years ago

tknerr commented 7 years ago

WIP - don't merge yet. - I just discovered that options need to be passed as a hash, not a string...

Currently we can pass only args to the chocolatey resource. This PR adds support for passing options as well.

The difference:

See: https://github.com/chocolatey/chocolatey-cookbook#resource-properties https://github.com/chocolatey/choco/wiki/CommandsInstall

tknerr commented 7 years ago

Ooops, this was not ready yet. I tried to flag it as WIP but it went unnoticed ;)

WIP - don't merge yet. - I just discovered that options need to be passed as a hash, not a string...

Expect a follow-up PR to fix this ...