Sha256: acc1c41d912e686710fd66e7428e6b33428329f17a968c25e92c3f014ca4b3fc

Contents?: true

Size: 541 Bytes

Versions: 3

Compression:

Stored size: 541 Bytes

Contents

<% if @config.log_size -%>
s<%= @config.log_size %>
<% end -%>
<% if @config.log_num -%>
n<%= @config.log_num %>
<% end -%>
<% if @config.log_min -%>
N<%= @config.log_min %>
<% end -%>
<% if @config.log_timeout -%>
t<%= @config.log_timeout %>
<% end -%>
<% if @config.log_processor -%>
!<%= @config.log_processor %>
<% end -%>
<% if @config.log_socket -%>
u<%= @config.log_socket %>
<% end -%>
<% if @config.log_prefix -%>
p<%= @config.log_prefix %>
<% end -%>
<% if @config.log_config_append -%>
<%= @config.log_config_append %>
<% end -%>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
from-scratch-0.7.0 cookbooks/runit/templates/default/log-config.erb
from-scratch-0.6.0 cookbooks/runit/templates/default/log-config.erb
from-scratch-0.5.0 cookbooks/runit/templates/default/log-config.erb