voxpupuli / puppet-rvm

A puppet module for installing and using RVM (Ruby Version Manager)
https://forge.puppet.com/puppet/rvm
BSD 3-Clause "New" or "Revised" License
32 stars 103 forks source link

Duplicate declaration for `Package['curl']` #213

Open dhs-rec opened 3 months ago

dhs-rec commented 3 months ago

Affected Puppet, Ruby, OS and module versions/distributions

How to reproduce (e.g Puppet code you use)

Declare an rvm_system_ruby resource while also having a package resource for managing curl in the catalog.

What are you seeing

A "duplicate declaration" error.

What behaviour did you expect instead

No "duplicate declaration" error

Any additional information you'd like to impart

PR pending...