Version information
released Sep 2nd 2013
Start using this module
Add this module to your Puppetfile:
mod 'evenup-activemq', '1.1.0'
Learn more about managing modules with a PuppetfileDocumentation
evenup/activemq — version 1.1.0 Sep 2nd 2013
#ActiveMQ module for puppet
This module that installs and configures ActiveMQ.
##Installation This module depends on ripienaar/concat
This module can be installed via the puppet module tool (puppet version >= 2.7.14).
puppet module install evenup/activemq
##Usage Parameters:
- ensure: absent, latest, present, or version number of ActiveMQ package
- maxmemory: Maximum amount of memory ActiveMQ may use
- webconsole: Whether or not to enable the webconsle. true/false
- admin_user: Admin username
- admin_pass: Admin password
- stats_user: Stats username
- stats_pass: Stats password
- openwire_port: What port should the openwire connector listen on
- stomp_port: What port should the stomp connector listen on
Example: class { 'activemq': ensure => 'latest', webconsle => false, admin_pass => 'secretpass', stats_pass => 'secretpass', }
License
Released under the Apache 2.0 licence
Contribute
- Fork it
- Create a topic branch
- Improve/fix (with spec tests)
- Push new topic branch
- Submit a PR
Dependencies
Copyright 2013 EvenUp Inc Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.