Version information
released Mar 13th 2016
Start using this module
Add this module to your Puppetfile:
mod 'nicopaez-alfred', '0.9.0'
Learn more about managing modules with a PuppetfileDocumentation
nicopaez/alfred — version 0.9.0 Mar 13th 2016
Alfred Puppet Module
Overview
This module allows to setup a full production ready Alfred application instance.
Module Description
This module takes care of installing base software and the application it self:
- Git
- Ruby and RVM
- PostgresSQL
- Nginx
The applicacion is installed as a service with Upstart The application is installed under /var/www/alfred.
Running acceptance test
bundle exec rspec spec/acceptance
Usage with Vagrant
In the vagrant directory there is a vagrant configuration ready to use, just go to that directory en execute vagrant up.
Limitations
This module was tested on Ubuntu 14.04.
Dependencies
- puppetlabs/stdlib (>= 1.0.0)
- jfryman/nginx (>= 0.2.1)
- puppetlabs/git (>= 0.3.0)
- maestrodev/rvm (>= 1.10.1)
- puppetlabs/postgresql (>= 4.0.0 <5.0.0)