WindowsFeature: added Source parameter#169
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #169 +/- ##
===================================
- Coverage 83% 83% -1%
===================================
Files 19 19
Lines 2760 2762 +2
Branches 4 4
===================================
+ Hits 2303 2304 +1
- Misses 453 454 +1
Partials 4 4 |
|
Thanks @machgo for the added feature. In your case, the lack of tests might also be an issue, but the signature of the resource is backward compatible (no added key or mandatory parameter, not removed/renamed parameter). While I double check with @kwirkykat, @mgreenegit or @mbreakey3 whether they want to accept this change, I'd recommend you open a similar PR to |
|
Hi @gaelcolas - did you get a chance to check with @mbreakey3 or @mgreenegit on whether we wanted to include this one? |
Pull Request (PR) description
This PR adds the Source parameter back to the WindowsFeature-Ressource. This is needed for the installation of certain features, as example the .NET Framework 3.5 Features on Windows Server 2016.
This Pull Request (PR) fixes the following issues
-Fixes #150
Task list
Entry should say what was changed, and how that affects users (if applicable).
and comment-based help.
This change is