Project

General

Profile

Download (368 Bytes) Statistics
| Branch: | Tag: | Revision:
<% if @manifest -%>
manifest = <%= @manifest %>
<% end -%>
<% if @custom_modulepath && @modulepath -%>
modulepath = <%= [@modulepath].flatten.join(":") %>
<% end -%>
<% if !@config_version.nil? && !@config_version.empty? -%>
config_version = <%= @config_version %>
<% end -%>
<% if @environment_timeout -%>
environment_timeout = <%= @environment_timeout %>
<% end -%>
(3-3/6)