Skip to content

Instantly share code, notes, and snippets.

@silenius
Created May 27, 2016 08:26
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 silenius/26432a6cb54201e1cc8f33bb89c3e08c to your computer and use it in GitHub Desktop.
Save silenius/26432a6cb54201e1cc8f33bb89c3e08c to your computer and use it in GitHub Desktop.
jcigar@dev:/usr/local/etc/salt/states/venvs/webapps/ > cat mars.sls
{% set venv = "mars" %}
{% include "venvs/webapps/_template.sls" %}
jcigar@dev:/usr/local/etc/salt/states/venvs/webapps/ > cat alienalert.sls
{% set venv = "alienalert" %}
{% include "venvs/webapps/_template.sls" %}
jcigar@dev:/usr/local/etc/salt/states/venvs/webapps/ > cat harmonia.sls
{% set venv = "harmonia" %}
{% include "venvs/webapps/_template.sls" %}
jcigar@dev:/usr/local/etc/salt/states/venvs/webapps/ > (...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment