basho-labs / puppet-riak

A puppet module to deploy Riak clusters
Apache License 2.0
33 stars 37 forks source link

Fix idempotence of symlink creation in Rakefile spec_prep task #34

Closed L2G closed 10 years ago

L2G commented 10 years ago

The presence of a symlink was being tested with File.exists?, but this was not reliable in my own testing. I changed it to File.symlink?, which I hope reflects the intent.