Setup syslog-ng
on Ubuntu and Debian
Only tested to be working on the following Ubuntu versions below, but may work on earlier versions too.
- Ubuntu 14.04
None
Just include syslog-ng
in your node's run_list
:
{
"run_list": [
"recipe[syslog-ng]"
]
}