basho-labs / puppet-riak

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

Service package dependency should use $package instead of static name #23

Closed andyshinn closed 11 years ago

andyshinn commented 11 years ago

I believe this may be a bug... I wasn't able to specify a specific package name (such as riak-1.2.1-1.el6) on CentOS as the service resource was requiring a static 'riak' name. This fixes that and adds a spec test for the requires in a custom package context.