summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-03-23 20:43:19 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-03-23 20:43:19 -0300
commite15b5039e940557d3a53fc7c6ab0d609771544a9 (patch)
treef81369638957c4a3b16b48fe35c35e997dabd43a
parent8adf7ec6975e3c1df6ff1f66617e36da3bee680f (diff)
downloadpuppet-apcupsd-e15b5039e940557d3a53fc7c6ab0d609771544a9.tar.gz
puppet-apcupsd-e15b5039e940557d3a53fc7c6ab0d609771544a9.tar.bz2
Fix another deprecation warning
-rw-r--r--templates/default/apcupsd.erb2
1 files changed, 1 insertions, 1 deletions
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 %>