blob: 174cef2dfb4f7df5df47c0a897eb08c818e442d4 (
plain)
1
2
3
4
5
6
|
# File is managed by Puppet
## Configuration file for rsyslog-<%= backend %>
$ModLoad <%= db_module %>
*.* :<%= db_module -%>:<%= server -%>,<%= database -%>,<%= username -%>,<%= password %>
|