Version information
released Jan 13th 2017
This version is compatible with:
- Puppet 3.x
Start using this module
Add this module to your Puppetfile:
mod 'gajdaw-symfony', '2.7.5'
Learn more about managing modules with a PuppetfileDocumentation
gajdaw/symfony — version 2.7.5 Jan 13th 2017
gajdaw-symfony
Puppet Module
Table of Contents
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 withppa: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
Dependencies
- puppetlabs-stdlib (>=4.5.1)
- puppetlabs-apt (>=2.1.0)
- puppetlabs-apache (>=1.5.0)
- puppetlabs-concat (>=1.2.4)
- puppetlabs-mysql (>=3.4.0)
- puppetlabs-rabbitmq (>=5.2.3)
- nanliu-staging (>=1.0.3)
- arioch-redis (>=1.1.3)
- maestrodev-wget (>=1.7.0)
- camptocamp-openssl (>=1.3.10)
- gajdaw-ubuntu (>=0.1.13)
- gajdaw-php_phars (>=0.2.0)
- gajdaw-filefetcher (>=0.1.6)
- gajdaw-environment (>=0.1.4)
- gajdaw-php5 (>=0.3.2)
- gajdaw-nodejs (>=0.2.2)
- gajdaw-diverse_functions (>=0.1.1)
- gajdaw-composer_install (>=0.3.0)
- gajdaw-phpmyadmin (>=0.3.0)
- gajdaw-selenium (>=0.1.0)
Copyright (c) 2015 Włodzimierz Gajda Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.