Create a 2-VMs architecture
[vagrant-mail.git] / test-vagrant-salt / salt / top.sls
1 base:
2   '*':
3     - common
4     {% if grains['fqdn'] == 'gateway' %}
5     - gateway
6     {% endif %}