diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-10-20 14:19:20 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-10-20 14:19:20 -0200 |
commit | 1c9401836b2d267845ce48617fe0aa3d0d5453fe (patch) | |
tree | 1c6ececfb878ccc85cf4f2beb4df08b9b8b8832e | |
parent | d5f3dbe0a5ff87a619bec9a99c0618f90f781659 (diff) | |
download | puppet-backupninja-1c9401836b2d267845ce48617fe0aa3d0d5453fe.tar.gz puppet-backupninja-1c9401836b2d267845ce48617fe0aa3d0d5453fe.tar.bz2 |
Keep a single deprecated variable, otherwise we get an error
-rw-r--r-- | templates/backupninja.conf.erb | 2 |
1 files changed, 1 insertions, 1 deletions
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' %> |