Weidong Shao 486c596323 Replace cookbooks for IceHouse release
Change-Id: Ibb6bdd3ed7795b86f773f9cb6ce1dfffb9b79faf
2014-08-07 08:36:02 +00:00

59 lines
1.0 KiB
Plaintext

# This file was generated by Chef for <%= node['fqdn'] %>.
# Do not modify this file by hand!
<%= @path %> {
<%- if @frequency %>
<%= @frequency %>
<%- end %>
<%- if @dateformat %>
dateformat <%= @dateformat %>
<%- end %>
<%- if @size %>
size <%= @size %>
<%- end %>
<%- if @minsize %>
minsize <%= @minsize %>
<%- end %>
<%- if @maxsize %>
maxsize <%= @maxsize %>
<%- end %>
<%- if @su %>
su <%= @su %>
<%- end %>
<%- if @rotate %>
rotate <%= @rotate %>
<%- end %>
<%- if @create %>
create <%= @create %>
<%- end %>
<%- if @olddir %>
olddir <%= @olddir %>
<%- end %>
<% @options.each do |o| -%>
<%= o %>
<% end -%>
<%- if @sharedscripts %>
sharedscripts
<%- end %>
<%- unless @postrotate.empty? %>
postrotate
<%= @postrotate %>
endscript
<%- end %>
<%- unless @prerotate.empty? %>
prerotate
<%= @prerotate %>
endscript
<%- end %>
<%- unless @firstaction.empty? %>
firstaction
<%= @firstaction %>
endscript
<%- end %>
<%- unless @lastaction.empty? %>
lastaction
<%= @lastaction %>
endscript
<%- end %>
}