/puppet-php7

Puppet manifest to install and configure php7

Primary LanguagePuppetApache License 2.0Apache-2.0

puppet-php7

Puppet manifest to install and configure php7

Build Status

Actions:

  • php7 + fpm for apache2
  • php7 cli

Requires:

Examples:

Install apache2 with php7 + fpm (See http://php-fpm.org/)

Need https://github.com/icalvete/puppet-apache2

node 'ubuntu01.smartpurposes.net' inherits test_defaults {
  class {'roles::apache2_server':
    php                    => 7,
    file_uploads           => 'On',
    file_uploads_size      => '500M',
    max_execution_time_fpm => '60'
  }
}

TODO:

  • Some values must be parametriced
  • Documentation

Authors:

Israel Calvete Talavera icalvete@gmail.com