-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make iis application physicalpath optional #282
Make iis application physicalpath optional #282
Conversation
New-WebApplication -PhysicalPath is not a required parameter. Allowing it to not be set allows other systems to change it whithout puppet undoing the changes. (e.g. We use this when deploying web apps via Octopus Deploy)
Codecov Report
@@ Coverage Diff @@
## master #282 +/- ##
==========================================
+ Coverage 55.45% 55.52% +0.06%
==========================================
Files 26 26
Lines 1311 1313 +2
==========================================
+ Hits 727 729 +2
Misses 584 584
Continue to review full report at Codecov.
|
|
The release checks tests are passing: WARNING: Using the ====== End output of failed Puppet apply ======
|
Opened this PR to add acceptance test for #279:
Closes: #279