New version of salt-formula from Saltstack
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

10 行
214B

  1. {% from "salt/map.jinja" import master with context %}
  2. reactor:
  3. {%- for event, reactors in master.reactor.items() %}
  4. - {{ event }}:
  5. {%- for reactor in reactors %}
  6. - {{ reactor }}
  7. {%- endfor %}
  8. {%- endfor %}