Skip to content

Instantly share code, notes, and snippets.

Created July 29, 2013 19:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/e5d03111b8c8fc903731 to your computer and use it in GitHub Desktop.
Save anonymous/e5d03111b8c8fc903731 to your computer and use it in GitHub Desktop.
{% if grains['env'] == 'dev' %}
php-pecl-xdebug:
pkg:
- installed
require:
- pkg:
- php-cli
- php-pear
xdebug-file:
file.managed:
- name: /etc/php.d/xdebug.ini
- source: salt://php/files/php.d/xdebug.ini
- require:
- pkg:
- php-cli
- php-pear
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment