<% if @setenv and ! @setenv.empty? -%> ## SetEnv/SetEnvIf for environment variables <% Array(@setenv).each do |envvar| -%> SetEnv <%= envvar %> <% end -%> <% end -%> <% if @setenvif and ! @setenvif.empty? -%> <% Array(@setenvif).each do |envifvar| -%> SetEnvIf <%= envifvar %> <% end -%> <% end -%>
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 8433 | Matt Attaway |
Test environement for working with Webkeeper using vagrant. Just sync and type 'vagrant up' |