Saltstack Official Logrotate Formula
Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- # -*- coding: utf-8 -*-
- # vim: ft=sls
-
- {% from "logrotate/map.jinja" import logrotate with context %}
-
- {% set pkgs = [logrotate.pkg] if logrotate.pkg is string else logrotate.pkg %}
- logrotate-pkg:
- pkg.installed:
- - pkgs: {{ pkgs | json }}
|