jails-management/templates/jail.erb

5 lines
162 B
Plaintext

# THIS FILE WAS GENERATED, CHANGES WILL BE OVERWRITTEN
<% properties.each do |property,value| -%>
export jail_<%= name %>_<%= property %>=<%= value %>
<% end -%>