jails-management/templates/jail.erb

12 lines
265 B
Plaintext
Raw Permalink Normal View History

2015-01-23 21:42:48 +00:00
# THIS FILE WAS GENERATED, CHANGES WILL BE OVERWRITTEN
2015-01-24 00:45:42 +00:00
#
# PROVIDE: <%= provide %>
# REQUIRE: <%= require_.join(" ") %>
# BEFORE: <%= before.join(" ") %>
#
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 -%>