Skip to content

Instantly share code, notes, and snippets.

Created May 15, 2015 13:50
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/626b5932073712136989 to your computer and use it in GitHub Desktop.
Save anonymous/626b5932073712136989 to your computer and use it in GitHub Desktop.
FILE : frontaux.sls
service:
apache
php
php.apc
php.mysql
php.mcrypt
php.gd
php.imagick
php.cli
php.pear
php.apache2
cron.cronfile
drush
varnish
FILE : vm10.sls
{% include 'customers/campusfrance/cluster/frontaux.sls' %}
service:
pureftpd
or
FILE : vm10.sls
include:
- customers.campusfrance.cluster.frontaux:
- key: service
service:
pureftpd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment