basho-labs / puppet-riak

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

Get this onto Forge #56

Closed mbbroberg closed 9 years ago

mbbroberg commented 9 years ago

We have an account at https://forge.puppetlabs.com/users/basholabs. I'm trying to get it going with puppet module build and running into some errors:

 An error occurred while installing nokogiri (1.6.6.2), and Bundler cannot continue.
 Make sure that `gem install nokogiri -v '1.6.6.2'` succeeds before bundling.

It's installing just fine. Getting stumped and could use a hand.

danieldreier commented 9 years ago

https://github.com/basho-labs/puppet-riak/pull/57 seems relevant, though it doesn't address your specific issue.

Try running a bundle exec rake build to get it all running inside the bundler environment.

mbbroberg commented 9 years ago

@danieldreier failing on bundle install before the bundle exec rake build.

danieldreier commented 9 years ago

I'm going to close this because we're on the forge. Let's continue to troubleshooting elsewhere, though.