Saltstack Official Linux Formula
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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 %}