chef/cookbooks/rsyslog/templates/default/50-default.conf.erb
2015-07-21 19:45:23 +02:00

7 lines
191 B
Plaintext

# Generated by Chef
# For more information see rsyslog.conf(5) and /etc/rsyslog.conf
<% node['rsyslog']['default_facility_logs'].each do |key, value| %>
<%= key %> <%= value %>
<% end %>