From: Silvio Rhatto Date: Wed, 23 Mar 2016 23:43:19 +0000 (-0300) Subject: Fix another deprecation warning X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=e15b5039e940557d3a53fc7c6ab0d609771544a9;p=puppet-apcupsd.git Fix another deprecation warning --- diff --git a/templates/default/apcupsd.erb b/templates/default/apcupsd.erb index 9ec05c8..9c57c71 100644 --- a/templates/default/apcupsd.erb +++ b/templates/default/apcupsd.erb @@ -2,4 +2,4 @@ # Apcupsd-devel internal configuration APCACCESS=/sbin/apcaccess -ISCONFIGURED=<%= ups_configured %> +ISCONFIGURED=<%= @ups_configured %>