dev/provisioning/modules/apache/templates/mod/load.erb
author ymh <ymh.work@gmail.com>
Fri, 15 Jan 2016 16:32:33 +0100
changeset 30 7ca52d7235ed
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
correct tasks error

<% if @loadfiles -%>
<% Array(@loadfiles).each do |loadfile| -%>
LoadFile <%= loadfile %>
<% end -%>

<% end -%>
LoadModule <%= @_id %> <%= @_path %>