jails-management/templates/jail_env.erb

4 lines
107 B
Plaintext
Raw Normal View History

2015-01-22 16:02:51 +00:00
<% properties.each do |property,value| -%>
2015-01-22 16:02:51 +00:00
export jail_<%= name %>_<%= property %>=<%= value %>
<% end -%>