module: | module: | ||||
- tfson | - tfson | ||||
include: | include: | ||||
- /etc/syslog-ng/conf.d/ | |||||
- scl.conf | |||||
last_include: | |||||
- /etc/syslog-ng/conf.d/*.conf | |||||
version: 3.5 | version: 3.5 | ||||
options: | options: | ||||
- threaded: yes | - threaded: yes | ||||
- chain_hostnames: no | - chain_hostnames: no | ||||
- check_hostname: no | - check_hostname: no | ||||
source: | source: | ||||
- s_internal: | |||||
- s_internal: | |||||
- internal: null | - internal: null | ||||
- s_local: | - s_local: | ||||
- unix-stream: /dev/log | - unix-stream: /dev/log |
}; | }; | ||||
{% endfor %} | {% endfor %} | ||||
{%- for inc in syslog_ng.get('last_include', []) %} | |||||
@include {{ rule_builder(inc) }} | |||||
{%- endfor %} |
include: | include: | ||||
- scl.conf | - scl.conf | ||||
last_include: | |||||
- /etc/syslog-ng/conf.d/*.conf | |||||
source: | source: | ||||
- s_src: | - s_src: | ||||
- system: null | - system: null |