nwops / puppet-retrospec

The only tool you need to generate puppet code, tests, modules, facts, types, providers, data and everything else.
https://www.retrospec-puppet.com/
GNU Affero General Public License v3.0
137 stars 27 forks source link

temporary module path won't work on windows with symlinks #2

Open logicminds opened 9 years ago

logicminds commented 9 years ago

Since I know this will be a problem later, windows / ruby doesn't create the symlink needed because windows doesn't have unix like symlinks. Puppet labs spec helper works around this issue so we need to update the code to perform the same functionality.