From 1c9401836b2d267845ce48617fe0aa3d0d5453fe Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 20 Oct 2015 14:19:20 -0200 Subject: Keep a single deprecated variable, otherwise we get an error --- templates/backupninja.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' %> -- cgit v1.2.3