Saltstack Official Linux Formula
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

11 rindas
532B

  1. {%- from "linux/map.jinja" import system with context -%}
  2. ##
  3. ## This is cgrules configuration file is managed by Salt
  4. ##
  5. #<user/group> <controller(s)> <cgroup>
  6. {%- for cgroup_name, cg in system.cgroup.group.items() %}
  7. {%- for subject in cg.mapping.subjects %}
  8. {{ subject }}{% raw %} {% endraw %}{%- for controller_name, controller in cg.controller.items() -%}{{ controller_name }}{%- if not loop.last -%},{%- endif -%}{%- endfor -%}{% raw %} {% endraw %}{{ cgroup_name }}
  9. {%- endfor %}
  10. {%- endfor %}