basho-labs / puppet-riak

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

version parameter doesn't work #12

Closed Bhuwan closed 11 years ago

Bhuwan commented 11 years ago

I'm new to puppet, but I've tried using the version parameter and it doesn't appear to work - no matter what value you enter, it always installs the latest version of Riak

I'm trying to install the last major release - 1.2.1

haf commented 11 years ago

It works for non-package managed riak installations.

What do you think of this fix? 264c1c9

Bhuwan commented 11 years ago

I'll have a look.

Bhuwan commented 11 years ago

What's a non-package managed riak install? Is that directly from RPM versus a repo?

haf commented 11 years ago

Yup. That's right. You can do: class { 'riak': use_repos => false }

haf commented 11 years ago

See a107146

Bhuwan commented 11 years ago

commit a107146 looks good to me.

haf commented 11 years ago

Move to https://github.com/basho/puppet-riak/pull/15