Saltstack Official Logrotate Formula
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

1234567891011121314151617
  1. # -*- coding: utf-8 -*-
  2. # vim: ft=yaml
  3. #
  4. # Setup variables using grains['osfinger'] based logic.
  5. # You just need to add the key:values for an `osfinger` that differ
  6. # from `defaults.yaml` + `osarch.yaml` + `os_family.yaml` + `osmap.yaml`.
  7. # Only add an `osfinger` which is/will be supported by the formula.
  8. #
  9. # If you do not need to provide defaults via the `os_finger` grain,
  10. # you will need to provide at least an empty dict in this file, e.g.
  11. # osfingermap: {}
  12. ---
  13. # os: Debian
  14. Debian-10:
  15. login_records_jobs: false
  16. Debian-11:
  17. login_records_jobs: false