Saltstack Official Linux Formula
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.

11 lines
232B

  1. {%- from "linux/map.jinja" import system with context %}
  2. {%- if system.enabled %}
  3. # This state is obsolete, grains are now managed from salt.minion.grains so we
  4. # will just include it
  5. include:
  6. - salt.minion.grains
  7. {%- endif %}