rails

contributions requested
The module to install ruby on rails framework

15,430 downloads

8,153 latest version

2.9 quality score

Support the Puppet Community by contributing to this module

You are welcome to contribute to this module by suggesting new features, currency updates, or fixes. Every contribution is valuable to help ensure that the module remains compatible with the latest Puppet versions and continues to meet community needs. Complete the following steps:

  1. Review the module’s contribution guidelines and any licenses. Ensure that your planned contribution aligns with the author’s standards and any legal requirements.
  2. Fork the repository on GitHub, make changes on a branch of your fork, and submit a pull request. The pull request must clearly document your proposed change.

For questions about updating the module, contact the module’s author.

Version information

  • 0.5.2 (latest)
  • 0.5.1
  • 0.5.0
  • 0.4.0
  • 0.3.0 (deleted)
  • 0.2.0
  • 0.1.16
  • 0.1.15
  • 0.1.13
  • 0.1.12
  • 0.1.11
  • 0.1.10
  • 0.1.9
  • 0.1.8
  • 0.1.7
  • 0.1.6
  • 0.1.5
  • 0.1.4
  • 0.1.3
  • 0.1.2
  • 0.1.1
  • 0.1.0
released Oct 29th 2015
This version is compatible with:
  • Puppet 3.x
  • Ubuntu

Start using this module

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

Add this module to your Puppetfile:

mod 'gajdaw-rails', '0.5.2'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add gajdaw-rails
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install gajdaw-rails --version 0.5.2

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

gajdaw/rails — version 0.5.2 Oct 29th 2015

gajdaw-rails Puppet Module

Table of Contents

  1. Overview
  2. Setup
  3. Usage
  4. Limitations
  5. Development
  6. How do I test the module?

Overview

This module installs Ruby on Rails.

Setup

To install the module run:

sudo puppet install module gajdaw-rails

Usage

You can use the module running the following command:

sudo puppet apply -e 'include rails'

You can also use the class in manifest:

include rails

For example manifests refer to examples/ directory.

Note. Before applying rails class your system needs to be updated. You can do it using gajdaw-ubuntu class:

class { 'ubuntu': }
class { 'rails':
     require => Class['ubuntu']
}

Limitations

The module was tested on:

  • Ubuntu
    • 14.04 (trusty) (Vagrant box: ubuntu/trusty32)
    • 12.04 (precise) (Vagrant box: ubuntu/precise32)

Development

For development instructions visit Puppet Modules Factory