From: Silvio Rhatto Date: Tue, 20 Oct 2015 16:19:20 +0000 (-0200) Subject: Keep a single deprecated variable, otherwise we get an error X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=1c9401836b2d267845ce48617fe0aa3d0d5453fe;p=puppet-backupninja.git Keep a single deprecated variable, otherwise we get an error --- diff --git a/templates/backupninja.conf.erb b/templates/backupninja.conf.erb index 20cc9b3..6b0a0dd 100644 --- a/templates/backupninja.conf.erb +++ b/templates/backupninja.conf.erb @@ -4,7 +4,7 @@ # service in Puppet. loglevel = <%= @loglvl %> -when = <%= send(:@when) %> +when = <%= send(:when) %> reportemail = <%= @reportemail %> reportsuccess = <%= @reportsuccess ? 'yes' : 'no' %> reportwarning = <%= @reportwarning ? 'yes' : 'no' %>