Module for configuring CouchDB
Tested on Debian GNU/Linux 6.0 Squeeze with Puppet 2.6. Patches for other operating systems welcome.
Inspired of puppet-module-build
Clone this repo to a couchdb directory under your Puppet modules directory :
git clone git://github.com/Benjamin-Ds/puppet-module-couchdb.git couchdb
puppet apply -e "class { 'couchdb': bind => '0.0.0.0' }"
- SSL cert options
- configure builds options
- dynamic foldername, filename, extension
- Tests w/ rspec-puppet