Version information
released Nov 30th 2013
Start using this module
Add this module to your Puppetfile:
mod 'gini-rundeck', '0.2.1'
Learn more about managing modules with a PuppetfileDocumentation
gini/rundeck — version 0.2.1 Nov 30th 2013
Puppet Rundeck module
Overview
A Puppet module to install and manage Rundeck, an open-source process automation and command orchestration tool.
Currently this module only installs the Rundeck package and deploys a default configuration to /etc/rundeck
.
NOTE: This module assumes that Rundeck can be installed by the respective package manager, e. g. from a private repository. Packages for Rundeck can be downloaded at the project's website.
Usage
Example:
class { 'rundeck': }
Supported Platforms
The module has been tested on the following operating systems. Testing and patches for other platforms are welcome.
- Debian Linux 7.0 (Wheezy)
Support
Please create bug reports and feature requests in GitHub issues.
Contributors
- roidelapluie
License
Copyright (c) 2013 smarchive GmbH, 2013 Gini GmbH
This script is licensed under the Apache License, Version 2.0.
Dependencies
- puppetlabs/stdlib (>= 3.0.0)