Version information
released Apr 9th 2015
This version is compatible with:
- ,
Start using this module
Add this module to your Puppetfile:
mod 'cdepillabout-keter', '1.0.0'
Learn more about managing modules with a PuppetfileDocumentation
cdepillabout/keter — version 1.0.0 Apr 9th 2015
keter
Table of Contents
- Overview
- Setup - The basics of getting started with keter
- Usage - Configuration options and additional functionality
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
Overview
This is a Puppet module for installing keter, a deployment system for Yesod web applications. Check out the documentation for keter itself.
This module currently only supports Debian 7. It may also work with Ubuntu.
Setup
What keter affects
- installs
/usr/sbin/keter
- installs
/etc/keter.conf
- keter itself creates
/var/www/keter
(this is editable in the/etc/keter.conf
file) .keter
applications can be placed in/var/www/keter/incoming/
Beginning with keter
If you are running on Debian, you just need to include the module like below:
class {'::keter': }
Usage
version
parameter. Used to set a different version. (Currently only version 1.3.6 is available.)class {'::keter': version => '1.3.6', }
Limitations
Currently only available on Debian 7. I would gladly accept pull requests getting it working on different distributions.
Development
Pull requests are welcome. https://github.com/cdepillabout/puppet-keter/pulls
Release Notes/Contributors/Etc Optional
TODO
Dependencies
- puppetlabs-stdlib (>= 1.0.0)