Saltstack Official Linux Formula
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

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