Forge Home

symfony

Puppet module to install soft required by Symfony Standard

21,753 downloads

6,881 latest version

3.1 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

  • 2.7.5 (latest)
  • 2.7.3
  • 2.7.2
  • 2.7.1
  • 2.7.0
  • 2.6.1
  • 2.5.5
  • 2.5.4
  • 2.5.3
  • 2.5.2
  • 2.5.1
  • 2.5.0
  • 2.4.1
  • 2.4.0
  • 2.3.1
  • 2.2.2
  • 2.2.1
  • 2.2.0
  • 2.1.3
  • 2.1.2
  • 2.1.1
  • 2.1.0
  • 2.0.2
  • 2.0.1
  • 1.0.3
  • 1.0.2
  • 1.0.1
  • 0.3.1
  • 0.3.0
  • 0.2.1
  • 0.2.0
  • 0.1.7
  • 0.1.6
  • 0.1.5
  • 0.1.4
  • 0.1.3
  • 0.1.2
released Jan 13th 2017
This version is compatible with:
  • Puppet 3.x

Start using this module

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

Add this module to your Puppetfile:

mod 'gajdaw-symfony', '2.7.5'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

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

Manually install this module globally with Puppet module tool:

puppet module install gajdaw-symfony --version 2.7.5

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/symfony — version 2.7.5 Jan 13th 2017

gajdaw-symfony 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 all the software required by Symfony Standard.

There are two independend versions supposed to work on two platforms:

  • Ubuntu 12.04 - version stored in branch 1.0
  • Ubuntu 14.04 - version stored in branch 2.0

Setup

To install the module run:

sudo puppet install module gajdaw-symfony

Usage

You can use the module running:

sudo puppet apply -e 'include symfony'

Limitations

The module was tested on:

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

Known problems:

  • Version 0.1.7 uses puppetlabs/apache module. This module is not compatible with ppa:ondrej/php5 on Ubuntu 12.04. Thus you cannot use v0.1.7 on Travis.

Development

For development instructions visit Puppet Modules Factory

How do I test the module?

I test the module for all supported platforms:

  • Ubuntu 12.04 - precise - ubuntu/precise32 Vagrant box
  • Ubuntu 14.04 - trusty - ubuntu/trusty32 Vagrant box

The procedure (for each platform):

in Puppet Modules Factory repo
set platform in Vagrantfile
vagrant up
update puppet if necessary
sudo puppet apply -e 'include symfony'
run behat/phpspec tests for the applications in sample/ directory