Forge Home

alfred

Puppet module to provision Alfred instances

11,534 downloads

7,086 latest version

1.9 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.9.0 (latest)
  • 0.7.0
  • 0.5.5
  • 0.5.4
  • 0.5.3
  • 0.5.2
  • 0.4.1
  • 0.4.0
  • 0.3.0
released Mar 13th 2016

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'nicopaez-alfred', '0.9.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add nicopaez-alfred
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install nicopaez-alfred --version 0.9.0

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

nicopaez/alfred — version 0.9.0 Mar 13th 2016

Alfred Puppet Module

Build Status Puppet Forge Puppet Forge

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.