Skip to content
This repository was archived by the owner on Mar 29, 2020. It is now read-only.

mike182uk/puppet-phpcsfixer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

⚠️ This project is no longer maintained

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'
}

About

Puppet module for PHP CS Fixer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages