Version information
released Apr 27th 2015
This version is compatible with:
Start using this module
Add this module to your Puppetfile:
mod 'darkmantle-phptools', '1.0.4'
Learn more about managing modules with a PuppetfileDocumentation
darkmantle/phptools — version 1.0.4 Apr 27th 2015
Darkmantle Puppet: PHP tools
This is the PHP Tools module in my series of WebDev Puppet Configurations
Dependencies
LAMP by Darkmantle PHP_Phars by gajdaw Pear by Rafaelfc
Installation
Make sure you install the dependencies above!
Puppet
puppet module install darkmantle-phptools
Git Submodule
git submodule add https://github.com/darkmantle/puppet-phptools.git modules/phptools
Usage
Create a manifest that has the following code:
Exec {
path => ["/usr/bin", "/bin", "/usr/sbin", "/sbin", "/usr/local/bin", "/usr/local/sbin"]
}
# see darkmantle/lamp README for custom setup
include lamp::apache
include lamp::mysql
incldue lamp::php
#optional
include lamp::phpmyadmin
include phptools
exec {"apt-get update":
command => "apt-get update"
}
Dependencies
- darkmantle-lamp (>=1.0.0)
- gajdaw/php_phars (0.2.0)
- rafaelfc-pear (1.0.3)