Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace explicit symlinks with an autogenerated ones #183

Merged
merged 1 commit into from
Sep 13, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
replace explicit symlinks with an autogenerated ones
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.
  • Loading branch information
igalic committed Sep 13, 2016
commit 8c9ed2fedfc8e70181f6274a2474436d758a925d
3 changes: 3 additions & 0 deletions .fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ fixtures:
stdlib: 'https://github.com/puppetlabs/puppetlabs-stdlib'
boolean: 'https://github.com/adrienthebo/puppet-boolean'
filemapper: 'https://github.com/adrienthebo/puppet-filemapper'
symlinks:
network: "#{source_dir}"

1 change: 0 additions & 1 deletion spec/fixtures/modules/network/files

This file was deleted.

1 change: 0 additions & 1 deletion spec/fixtures/modules/network/lib

This file was deleted.

1 change: 0 additions & 1 deletion spec/fixtures/modules/network/manifests

This file was deleted.

1 change: 0 additions & 1 deletion spec/fixtures/modules/network/templates

This file was deleted.