BoxCI Puppet Cassandra Module
This is a Puppet module that provides the DataStax Enterprise Cassandra service.
It is intended to be used by BoxCI but it can be used as a normal Puppet module in general.
Being a BoxCI service module this service is configured so that it is accessible from both inside the Guest (VM) as well as from the Host machine.
Note: This module currently only supports Ubuntu as currently BoxCI supports Ubuntu images.
To use this class add this as a submodule to your project at the mount point
puppet/modules/dse_cassandra
and then simply declare it as follows:
include dse_cassandra
We welcome contributions. If you would like to contribute follow the steps below.
- Fork the repo
- Make a topic branch
- Make your changes
- Submit a pull request