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.

9 lines
302 B

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