Set up GIS software on multiple computers (Windows & Linux) simultaneosly using SaltStack
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

10 lines
302 B

{% if grains['kernel'] == 'Linux' %}
mysterystone: ocean pearl & fishy cochlea
location: /tmp/my_precious
{% elif grains['kernel'] == 'Windows' %}
mysterystone: sharp glass fragments from a shattered window
location: 'C:\stone.txt'
{% else %}
mysterystone: 9 55 N 115 32 E
location: unknown
{% endif %}