Skip to content

Instantly share code, notes, and snippets.

Created May 12, 2015 15:06
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/81baf8a70bf7eb830d8b to your computer and use it in GitHub Desktop.
Save anonymous/81baf8a70bf7eb830d8b to your computer and use it in GitHub Desktop.
include:
- epel
- build-tools
- composer
...
{% if grains['env'] == 'dev' %}
include:
- php.pkgs_dev
{% endif %}
{% if grains['env'] == 'integ' %}
include:
- php.pkgs_integ
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment