Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
/ puppet-xdebug Public archive
forked from HotfixGuru/puppet-xdebug

Puppet module for installing XDEBUG PHP Extension

Notifications You must be signed in to change notification settings

uhm-coe/puppet-xdebug

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 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

  • Puppet 87.4%
  • HTML 12.6%