Version information
released Jan 19th 2014
Start using this module
Add this module to your Puppetfile:
mod 'evenup-kermitrest', '0.0.1'
Learn more about managing modules with a PuppetfileDocumentation
evenup/kermitrest — version 0.0.1 Jan 19th 2014
kermitrest
####Table of Contents
##Overview
This is a puppet module to install Kermit.fr's MCO REST server
##Setup
###Resources managed by kermitrest module
- This module installs the kermit-restmco package
- Controls the kermit-restmco service
- Manages the kermit-restmco.cfg file
###Setup Requirements
- PuppetLabs stdlib module
- Puppet version >= 2.7.x
- Facter version >= 1.6.2
- MCollective
###Beginning with module kermitrest
To install the package provided by the module just include it:
include kermitrest
The main class arguments can be provided either via Hiera (from Puppet 3.x) or direct parameters:
class { 'kermitrest':
parameter => value,
}
##Operating Systems Support
This is tested on these OS:
- CentOS 6
TODO
[] Add apache/passenger support
##Development
Pull requests (PR) and bug reports via GitHub are welcomed.
When submitting PR please follow these quidelines:
- Provide puppet-lint compliant code
- If possible provide rspec tests
- Follow the module style and stdmod naming standards
When submitting bug report please include or link:
- The Puppet code that triggers the error
- The output of facter on the system where you try it
- All the relevant error logs
- Any other information useful to undestand the context
20140119 - v0.0.1 Initial release
Dependencies
- puppetlabs/stdlib (>= 3.2.0)
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.