kitchen-dsc
kitchen-dsc copied to clipboard
Suggestion: Allow raw mof input
Hi!
I've found a number of processes that use tooling to compile a mof, rather than an intermediary ps1 file. It may be helpful to allow some means to provide an mof file directly, rather than requiring ps1 input.
Presumably, you could look at the configuration_script path to identify this, or use
I do recognize that in some scenarios it might be preferable to run that tooling directly via shell provisioner, but could see both scenarios being helpful.
If this makes sense, I'd be happy to poke around and try my hand at Ruby : )
Cheers!
@RamblingCookieMonster If you want to take a crack at it, go for it!