Commit 4ab8f4b
committed
(MODULES-11188) Fix physicalPath on apps and sites
Prior to this commit it looks like we'd chosen the incorrect property
to pull back from the iis config. PhysicalPath != physicalPath and the
former was behaving differently between the app and site resources.
This commit standardises on physicalPath which returns the correct value
for both app and site resources. For clarity, physicalPath returns a
string which we can directly manipulate if required.1 parent 56e9b46 commit 4ab8f4b
File tree
2 files changed
+7
-7
lines changed- lib/puppet/provider/templates/webadministration
2 files changed
+7
-7
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments