phpcsfixer
Puppet module to install PHP CS Fixer (https://github.com/fabpot/PHP-CS-Fixer)
Version information
released Jul 19th 2013
Start using this module
Add this module to your Puppetfile:
mod 'mike182uk-phpcsfixer', '0.0.3'
Learn more about managing modules with a PuppetfileDocumentation
mike182uk/phpcsfixer — version 0.0.3 Jul 19th 2013
Puppet PHP CS Fixer
Puppet module to install PHP CS Fixer
Download from Puppet Forge
Details
Installs PHP CS Fixer to /usr/local/bin/php-cs-fixer
(this can be overriden using the install_location
parameter)
Sets permissions to 0755
Sets owner to root:root
Usage
Include the phpcsfixer class in your puppet manifest
include phpcsfixer
To specify the location that PHP CS Fixer will be installed set the install_location
parameter when including the class in your manifest
class { 'phpcsfixer' :
install_location => '/usr/bin/php-cs-fixer'
}