Skip to content

Instantly share code, notes, and snippets.

@UtahDave
Forked from velikanov/php-fpm_init.sls
Last active August 24, 2016 21:23
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 UtahDave/c79a6bc8e8c09573532f4fe7f1582fd8 to your computer and use it in GitHub Desktop.
Save UtahDave/c79a6bc8e8c09573532f4fe7f1582fd8 to your computer and use it in GitHub Desktop.
Salt
nginx:
pkg.installed: []
service.running:
- require:
- pkg: nginx
php-fpm:
pkg.installed: []
service.running:
- require:
- pkg: php-fpm
base:
'web*':
- nginx
'frontend*':
- php-fpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment