Skip to content

Instantly share code, notes, and snippets.

@ghaering
Created May 1, 2014 20:27
Show Gist options
  • Save ghaering/11460884 to your computer and use it in GitHub Desktop.
Save ghaering/11460884 to your computer and use it in GitHub Desktop.
salt top file for muliple environments (production, staging)
{% for environment in 'prod', 'devel' %}
{% if environment == 'prod' %}
base:
{% else: %}
{{environment}}:
{% endif %}
'G@roles:offlinemaps and G@environment:{{environment}}':
- match: compound
- cron
- curl
- htop
- iotop
- mail
- mc
- nethogs
- glances
- rsync
- supervisor
- sysctl
- tmpreaper
- vim
- gis-software
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment