Hi!

I'm working on several puppet modules and try to run the rspec tests in a vagrant vm (virtualbox). The module directory is mounted to the vm in /vagrant. Normally rspec-puppet seems to create a symlink in spec/fixtures/modules to the module directory. This symlink doesn't work on the virtualbox shared folder.

My workaround in .fixtures.yml is:
```
fixtures:
  repositories:
    mymodule: "file://#{source_dir}"
```

Is this workaround okay or do you have a better solution?

Thanks, Julian

--
You received this message because you are subscribed to the Google Groups "Puppet 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/a7a2bbc01284aaf82f12cb4cb2de1895%40mailtower.ch.
For more options, visit https://groups.google.com/d/optout.

Reply via email to