basho-labs / puppet-riak

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

Allow installing curl to be optional #39

Closed samjsharpe closed 10 years ago

samjsharpe commented 10 years ago

curl is a very common package to install. If this module manages curl and another module also attempts to manage the package['curl'] resource, then there will be a resource conflict.

This allows optionally disabling the management of the curl package, should the user wish to manage it via another module.

haf commented 10 years ago

Thanks @samjsharpe