Initial Chef repository
This commit is contained in:
6
cookbooks/rsyslog/templates/default/50-default.conf.erb
Normal file
6
cookbooks/rsyslog/templates/default/50-default.conf.erb
Normal file
@@ -0,0 +1,6 @@
|
||||
# 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 %>
|
||||
Reference in New Issue
Block a user