18 lines
310 B
YAML
18 lines
310 B
YAML
# -*- coding: utf-8 -*-
|
|
# vim: ft=yaml
|
|
---
|
|
|
|
base:
|
|
'*':
|
|
- base
|
|
- ignore_missing: True
|
|
'G@osarch:arm64 or G@osarch:armel':
|
|
- match: compound
|
|
- base.log.rsyslog.client
|
|
'G@osarch:armhf and not G@fqdn:adm01.wks':
|
|
- match: compound
|
|
- base.log.rsyslog.client
|
|
# 'pine*':
|
|
# - k8s
|
|
|