2017-05-02 11:58:32 +02:00

20 lines
408 B
Plaintext

# This file was generated by Chef for <%= node['fqdn'] %>.
# Do not modify this file by hand!
<%= @path %> {
<%- if @frequency %>
<%= @frequency %>
<%- end %>
<%- @configurables.each do |name, value| %>
<%= "#{name} #{value}" %>
<%- end %>
<% @directives.each do |o| -%>
<%= o %>
<% end -%>
<%- @scripts.each do |script_name, script| %>
<%= script_name %>
<%= script %>
endscript
<%- end %>
}