Version information
This version is compatible with:
- Puppet Enterprise >= 3.3.0
- Puppet >= 3.3.0 < 5.0.0
- OpenSUSE , , , , , ,
Start using this module
Add this module to your Puppetfile:
mod 'roshan-apache', '2.2.1'
Learn more about managing modules with a PuppetfileDocumentation
roshan/apache Puppet Module
roshan/apache is a Puppet module for managing Apache with a strong focus
on php-fpm. The module aims to use sane defaults for the supported
architectures. We strive to support all recent versions of Debian,
Ubuntu, RedHat/CentOS, openSUSE/SLES and FreeBSD.
Managing Apache with mod_php
is supported.
roshan/php Puppet Module
roshan/php is a Puppet module for managing PHP with a strong focus
on php-fpm. The module aims to use sane defaults for the supported
architectures. We strive to support all recent versions of Debian,
Ubuntu, RedHat/CentOS, openSUSE/SLES and FreeBSD. Managing Apache
with mod_php
is supported.
This originally was a fork of jippi/puppet-php (nodes-php on Puppet Forge) but has since been rewritten in large parts.
Usage
Quickest way to get started is simply include
'ing the apache
class.
include 'apache'
Usage
Quickest way to get started is simply include
'ing the php
class.
include '::php'
Dependencies
- puppetlabs/stdlib (>= 4.2.0 < 5.0.0)
- puppetlabs/apt (>= 1.8.0 < 3.0.0)
- puppetlabs/inifile (1.x)
- darin/zypprepo (1.x)
- example42/yum (2.x)
- roshan/php (5.x)