basho-labs / puppet-riak

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

Simplify Vagrantfile and add platforms #49

Closed danieldreier closed 9 years ago

danieldreier commented 9 years ago

Add multiple Linux distros, switch to using vagrant cloud for image source, switch to using vagrant-auto_network for ip address assignment, and remove puppet provisioner.

The purpose of these changes is to convert the Vagrantfile to a simple development environment for the module, rather than providing demo functionality.

This is still missing an automatic way to install dependencies, and lacks a way to install a puppet master, so there isn't a good way to develop functionality that expects a master / puppetdb.

mbbroberg commented 9 years ago

I don't know everything about Puppet, but I know a Vagrantfile when I see one :+1: