diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-03-23 20:43:19 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-03-23 20:43:19 -0300 |
commit | e15b5039e940557d3a53fc7c6ab0d609771544a9 (patch) | |
tree | f81369638957c4a3b16b48fe35c35e997dabd43a | |
parent | 8adf7ec6975e3c1df6ff1f66617e36da3bee680f (diff) | |
download | puppet-apcupsd-e15b5039e940557d3a53fc7c6ab0d609771544a9.tar.gz puppet-apcupsd-e15b5039e940557d3a53fc7c6ab0d609771544a9.tar.bz2 |
Fix another deprecation warning
-rw-r--r-- | templates/default/apcupsd.erb | 2 |
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 %> |