aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/sys.conf.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/sys.conf.erb b/templates/sys.conf.erb
index 84297d3..b8a542a 100644
--- a/templates/sys.conf.erb
+++ b/templates/sys.conf.erb
@@ -3,7 +3,7 @@
# the next time Puppet runs. Please make configuration changes to this
# service in Puppet.
-<% %w{@parentdir @packagesfile @partitionsfile @hardwarefile}.each do |v|
+<% %w{parentdir packagesfile partitionsfile hardwarefile}.each do |v|
if send(v)
-%><%= v + ' = ' + send(v) + "\n" %><%
end