Initial Chef repository
This commit is contained in:
24
cookbooks/runit/templates/default/log-config.erb
Normal file
24
cookbooks/runit/templates/default/log-config.erb
Normal file
@@ -0,0 +1,24 @@
|
||||
<% if @size -%>
|
||||
s<%= @size %>
|
||||
<% end -%>
|
||||
<% if @num -%>
|
||||
n<%= @num %>
|
||||
<% end -%>
|
||||
<% if @min -%>
|
||||
N<%= @min %>
|
||||
<% end -%>
|
||||
<% if @timeout -%>
|
||||
t<%= @timeout %>
|
||||
<% end -%>
|
||||
<% if @processor -%>
|
||||
!<%= @processor %>
|
||||
<% end -%>
|
||||
<% if @socket -%>
|
||||
u<%= @socket %>
|
||||
<% end -%>
|
||||
<% if @prefix -%>
|
||||
p<%= @prefix %>
|
||||
<% end -%>
|
||||
<% if @append -%>
|
||||
<%= @append %>
|
||||
<% end -%>
|
||||
Reference in New Issue
Block a user