n3snah / powershell7

Puppet Module for Powershell 7
Apache License 2.0
0 stars 1 forks source link

remove hardcoded windows paths in the powershell7::install exec resource #15

Closed n3snah closed 3 years ago

n3snah commented 3 years ago

Windows is typically installed in C:\ however, the module should be more flexible to allow for windows being installed in other letters such as D:\

Suggest using a fact for this dynamic capability

n3snah commented 3 years ago

Have got the basics in place now. Just need to test in an actual puppet environment.

n3snah commented 3 years ago

Have done testing. all existing functionality seems fine.