voxpupuli / puppet-network

Types and providers to manage network interfaces
https://forge.puppet.com/puppet/network
Apache License 2.0
66 stars 108 forks source link

replace explicit symlinks with an autogenerated ones #183

Closed igalic closed 7 years ago

igalic commented 7 years ago

previously we've had symlinks in spec/fixtures. Some operating systems don't deal well with those, and as a consequence, our rspec suite has been changed to verify whether a module contains symlinks. Even though this module does not currently work on any platform that doesn't fully support symlinks, we should be a good citizen and remove them. .fixtures.yml has a mechanism to create them automatically, so we use that now.