From c8168adcff147d1881283aeb5da0739c1cb2e9ed Mon Sep 17 00:00:00 2001
From: Paul Belanger <pabelanger@redhat.com>
Date: Sat, 18 Jun 2016 21:39:48 -0400
Subject: [PATCH] Fix deprecated warnings

Change-Id: Icc6441770664e94d03a550c4995014a07b39905d
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
---
 templates/limits.erb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/limits.erb b/templates/limits.erb
index db7fabc..ff8bba6 100644
--- a/templates/limits.erb
+++ b/templates/limits.erb
@@ -1,2 +1,2 @@
 # This file is managed by puppet. Manual changes will be ignored.
-<%= limit_domain %> <%= limit_type %> <%= limit_item %> <%= limit_value %>
+<%= @limit_domain %> <%= @limit_type %> <%= @limit_item %> <%= @limit_value %>