20 lines
		
	
	
		
			408 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			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 %>
 | |
| }
 |