Version information
released Jul 17th 2014
This version is compatible with:
- ,
Start using this module
Add this module to your Puppetfile:
mod 'compass-rserve', '0.1.0'
Learn more about managing modules with a PuppetfileDocumentation
compass/rserve — version 0.1.0 Jul 17th 2014
rserve
Table of Contents
- Overview
- Setup - The basics of getting started with rserve
- Usage - Configuration options and additional functionality
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
Overview
This module installs Rserve. It can also manage the firewall.
Setup
What rserve affects
- Install Rserve package
- Add rserve service
- Add rserve to startup script
Beginning with rserve
sudo puppet apply -e “include rserve”
Usage
class {‘rserve’:
manage_firewall => false,
rserve_version = '1.7-3',
}
Limitations
This module is tested with CentOS 6, RHEL 6 and Ubuntu 12.04. It should work with other derivative distros.
Development
Fork and send pull request. Any contribution is welcome.
Release Notes
Initial release
Dependencies
- puppetlabs-stdlib (>= 1.0.0)
- stahnma-epel (>= 0.1.0)
- forward3ddev-r (>= 0.0.2)
- puppetlabs-firewall (>= 1.0.2)