PowerShell / DscResources

Central repository for PowerShell Desired State Configuration (DSC) resources.
http://blogs.msdn.com/b/powershell/
MIT License
776 stars 205 forks source link

DscResource.Template: Add a Modules folder in the root #428

Closed johlju closed 6 years ago

johlju commented 6 years ago

I suggest we add a folder Modules in the root of the DscResource.Template. This can be used for a resource modules helper functions (in one or more PowerShell modules). We could then have a known location for the code coverage to find these modules (see issue https://github.com/PowerShell/DscResource.Tests/issues/114).