Commit c23aae5
committed
Give Administrator group access explicitly
On Windows, Administrator doesn't have access to every file, and if we
remove access to the Administrator user or group, we lock ourself out of
the file. In other places this is already taken into account and explicitly
set, but here we were using the default value for mode. The default worked
well in previous tests, but I run into the lock out problem on a test using
Windows 2008 with puppet 6.10, so better make this explicit here too.1 parent afdbe34 commit c23aae5
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
742 | 742 | | |
743 | 743 | | |
744 | 744 | | |
| 745 | + | |
745 | 746 | | |
746 | 747 | | |
747 | 748 | | |
| |||
0 commit comments