PowerShellOrg / DSC

DSC Tools and Documentation
MIT License
299 stars 108 forks source link

DSC Composite Resources #18

Closed jpogran closed 10 years ago

jpogran commented 10 years ago

Due to the lovely answer from Robert Westerlund of this question http://stackoverflow.com/questions/22157256/powershell-dsc-composite-resources I now understand Composite Resource much better than from the official documentation.

I created a simple function along the lines of New-xDscResource, except it creates the proper folder structure and module files. I was wondering if this would be useful enough to be included here. I must admit contributing like this is new to me, so apologize if this isn't the proper way to ask. From what I've seen, I'm supposed to create a pull request but some projects prefer discussion first. Let me know what you decide.

smurawski commented 10 years ago

Thanks for the pull request. I merged it in.