generic.sls 260 B

12345678910111213141516171819202122
  1. monty: python
  2. os: {{ grains['os'] }}
  3. {% if grains['os'] == 'Fedora' %}
  4. class: redhat
  5. {% else %}
  6. class: other
  7. {% endif %}
  8. knights:
  9. - Lancelot
  10. - Galahad
  11. - Bedevere
  12. - Robin
  13. level1:
  14. level2: foo
  15. companions:
  16. three:
  17. - liz
  18. - jo
  19. - sarah jane