basho-labs / puppet-riak

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

Adds support for Ubuntu. #70

Closed GabrielNicolasAvellaneda closed 8 years ago

GabrielNicolasAvellaneda commented 9 years ago

Signed-off-by: GabrielNicolasAvellaneda avellaneda.gabriel@gmail.com

GabrielNicolasAvellaneda commented 9 years ago

On Ubuntu I've installed using the following parameters:

  class { '::riak':
    settings => {
      'nodename' => 'riak@127.0.0.1'
    },
  }

Because the defaults didn't worked for me: https://github.com/basho-labs/puppet-riak/blob/master/manifests/params.pp#L38

mbbroberg commented 8 years ago

Excellent! Thanks for taking the time to submit this @GabrielNicolasAvellaneda. What do you think of the PR @basho-labs/puppet-committers?

mbbroberg commented 8 years ago

Hey @Cornellio - I believe you requested this on #65. Do you have time to verify this works?

danieldreier commented 8 years ago

+1

Cornellio commented 8 years ago

+1 Beaker tests for ubuntu-server-1404 pass for me.

danieldreier commented 8 years ago

@GabrielNicolasAvellaneda if you want to, you could also update the metadata.json file to include Ubuntu 14.04 support.

GabrielNicolasAvellaneda commented 8 years ago

@danieldreier Okay, perfect. I will do that.