Version information
released Apr 3rd 2014
Start using this module
Add this module to your Puppetfile:
mod 'pulse00-hazelcast', '0.3.1'
Learn more about managing modules with a PuppetfileDocumentation
pulse00/hazelcast — version 0.3.1 Apr 3rd 2014
Puppet hazelcast module
Puppet module for the hazelcast in-memory data grid.
This module is intended for development purposes only - do not use in production.
It will currently deploy the management center to tomcat7, which will the be available at http://yourHost:8080/mancenter
Usage
Minimal
include 'hazelcast'
Custom configuration
{ "hazelcast":
version => '3.2',
user => 'myUser',
password => 'superSecretPw'
}
Supported versions
See manifests/init.pp
for supported versions
Dependencies
Dependencies
- puppetlabs/puppetlabs-java (>= 1.1.0)