vamp
vamp copied to clipboard
A tool aimed at simplifying PowerShell DSC with YAML
may be this is not implemented https://github.com/aaubry/YamlDotNet/issues/101
Unfortunately composite resource modules are not supported with Invoke-DscResource at the moment, which makes it not possible to use composite resources in vamp too. Which is not fun, since I...
it would be nice to control amount of output you get when running prep/apply and limit to only minimal information unless you want to debug specific config. some resources generate...
It would make sense to store config/spec files separate from the module or even have multiple environments if you need without duplicating module. Currently $PsScriptRoot points to module directory it...
Cool concept. I had thought about doing for something similar, but I was considering wrapping DSC in another DSL and hadn't looked at YML as a possible definition language. One...