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 |
- {%- from "linux/map.jinja" import system with context -%}
- # This file /etc/default/atop is managed by Salt linux formula
- INTERVAL={{ system.atop.interval }}
- LOGPATH={{ system.atop.logpath }}
- OUTFILE={{ system.atop.outfile }}
|