Version information
released Sep 5th 2014
Start using this module
Add this module to your Puppetfile:
mod 'DropPod-pow', '0.0.3'
Learn more about managing modules with a PuppetfileDocumentation
DropPod/pow — version 0.0.3 Sep 5th 2014
The pow
Module
This module provides basic tools for managing the installation of
Pow. This makes running Rack
applications as simple as creating a symlink – or using pow::application
to do the dirty work for you.
Example
if defined(pow::application) {
pow::application { "/Users/${id}/Projects/myapp": name => "mapo" }
}