Skip to content

HotfixGuru/puppet-xdebug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

puppet-xdebug

Puppet module for installing XDEBUG PHP Extension

Installs XDEBUG Support. Depends on (tested with)

Example usage:

include xdebug

Advanced configuration:

xdebug::config { 'default':
    remote_host => '169.254.0.1', # Vagrant users can specify their address
    remote_port => '9000', # Change default settings 
}

Author: Stefan Kögel

GitHub: git@github.com:stkoegel/puppet-xdebug.git

Changelog:

  • Version 0.1 - Initial Commit for Debian/Ubuntu and three config values
  • Version 0.2 - Add xdebug configuration options

ToDo:

  • add support for RedHat and other os

About

Puppet module for installing XDEBUG PHP Extension

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages