blt04 / puppet-rvm

A puppet module for installing and using RVM (Ruby Version Manager)
Other
242 stars 280 forks source link

add a workaround for duplicate class definitions #46

Closed kronn closed 12 years ago

kronn commented 12 years ago

As the automatic dependency resolution did not work properly, I needed to include the pre- and post-dependencies into my manifests.

The resulting "duplicate definition" error needs a safeguard, which I added.

I don't know how to solve the underlying issue of the broken dependency resolution.

I use puppet 2.7.1 and cucumber-puppet 0.3.8. The failure occured in my tests...

see PullRequest/Issue #42 for previous discussion. Maybe this is not even needed in the long run.

blt04 commented 12 years ago

I merged this via git: 860fef4a3. I'm not sure why github didn't pick it up.

kronn commented 12 years ago

Thanks.