# the next time Puppet runs. Please make configuration changes to this
# service in Puppet.
-<% %w{parentdir packagesfile partitionsfile hardwarefile}.each do |v|
- if send(v)
- -%><%= v + ' = ' + send(v) + "\n" %><%
- end
-end -%>
+<%= 'parentdir = '+ @parentdir if @parentdir %>
+<%= 'packagesfile = '+ @packagesfile if @packagesfile %>
+<%= 'partitionsfile = '+ @partitionsfile if @partitionsfile %>
+<%= 'hardwarefile = '+ @hardwarefile if @hardwarefile %>
packages = <%= @packages ? 'yes' : 'no' %>
partitions = <%= @partitions ? 'yes' : 'no' %>