dsccommunity / ConfigMgrCBDsc

This module contains DSC resources for the management and configuration of Microsoft System Center Configuration Manager Current Branch (ConfigMgrCB).
MIT License
27 stars 8 forks source link

CMIniFile: Added DistributionPointInstallIis param #70

Closed rchristman89 closed 3 years ago

rchristman89 commented 3 years ago

Pull Request (PR) description

Added DistributionPointInstallIis paramater to the resource. Throw an error in set if DistributionPoint is provided with out this paramater and write a warning in Test.

This Pull Request (PR) fixes the following issues

Task list


This change is Reviewable

codecov[bot] commented 3 years ago

Codecov Report

Merging #70 (98a6e67) into master (ddcb478) will increase coverage by 0%. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #70   +/-   ##
=====================================
  Coverage      97%    97%           
=====================================
  Files          33     33           
  Lines        3571   3576    +5     
=====================================
+ Hits         3480   3485    +5     
  Misses         91     91           
NEllis280 commented 3 years ago

I have tested this PR and everything works as I expect. Only one outstanding comment from code review.