Saltstack Official Linux Formula
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

15 行
267B

  1. {%- from "linux/map.jinja" import system with context %}
  2. {%- if system.enabled %}
  3. {%- if system.rc.local is defined %}
  4. /etc/rc.local:
  5. file.managed:
  6. - user: root
  7. - group: root
  8. - mode: 755
  9. - contents_pillar: linux:system:rc:local
  10. {%- endif %}
  11. {%- endif %}