]> gitweb.fluxo.info Git - puppet-backupninja.git/commitdiff
Variable deprecation rollback
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 26 Oct 2015 14:34:30 +0000 (12:34 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 26 Oct 2015 14:34:30 +0000 (12:34 -0200)
templates/sys.conf.erb

index 84297d31412a535e4db2795a98ef2df520bbe76f..b8a542add9dad4c72a817513ad9e49a3eb9a631a 100644 (file)
@@ -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