Version information
released May 12th 2015
This version is compatible with:
- , ,
Start using this module
Add this module to your Puppetfile:
mod 'evenup-thin', '1.0.0'
Learn more about managing modules with a PuppetfileDocumentation
evenup/thin — version 1.0.0 May 12th 2015
What is it?
A puppet module that installs ruby thin, sets up site configurations, and an init script for managing services.
Usage:
Generic thin install
Adding a thin site
Known Issues:
Only tested on CentOS 6
TODO:
[ ] Allow disabling creating of user/group
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
20150512 v1.0.0 Add systemd support Rework module 20140221 v0.2.3 Fix notify variable overload 20140214 v0.2.2 Fix typo in service name 20140213 v0.2.1 Fix notification when manage_service == false 20140211 v0.2.0 Allow management of service to be disabled Remove extra comment v0.1.0: Initial public release
Dependencies
- camptocamp/systemd (>=0.1.0 <1.0.0)
- puppetlabs/stdlib (>=3.2.0 <5.0.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.