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

6 行
225B

  1. {%- from "linux/map.jinja" import system with context -%}
  2. # This file /etc/default/atop is managed by Salt linux formula
  3. INTERVAL={{ system.atop.interval }}
  4. LOGPATH={{ system.atop.logpath }}
  5. OUTFILE={{ system.atop.outfile }}