Saltstack Official Syslog-NG Formula
Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- # -*- coding: utf-8 -*-
- # vim: ft=yaml
-
- # Debian
- wheezy:
- version: 3.3
- include:
- - scl.conf
- - '`scl-root`/system/tty10.conf'
- last_include:
- - /etc/syslog-ng/conf.d/
-
- jessie:
- version: 3.5
- include:
- - scl.conf
- - '`scl-root`/system/tty10.conf'
- last_include:
- - /etc/syslog-ng/conf.d/*.conf
-
- stretch:
- version: 3.8
- include:
- - scl.conf
- last_include:
- - /etc/syslog-ng/conf.d/*.conf
-
- # Ubuntu
- xenial:
- version: 3.5
- include:
- - scl.conf
- - '`scl-root`/system/tty10.conf'
- last_include:
- - /etc/syslog-ng/conf.d/*.conf
|