basho-labs / puppet-riak

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

If no version is specified in puppet default is 1.3.0 #31

Closed stoffeg closed 10 years ago

stoffeg commented 10 years ago

Only problem is that 1.3.0 does not exist on the apt riak site for Ubuntu 12.04. Expectation would be to have it bumped up to latest existing stable version on regular basis.

Its not a big deal since I can do trial and error and set my own version until it clicks. It worked with ...

class { 'riak': version => '1.4.2-1',

haf commented 10 years ago

Send a pull request ;)