Fixing deprecation warnings

Non instance variable representation is deprecated
so needs to be changed. This change changes varibles
to their instance variable representation.

See more details see:
http://docs.puppetlabs.com/guides/templating.html

Change-Id: Ib77827e01011ef6c0380c9ec7a9d147eafd8ce2f
This commit is contained in:
Spencer Krum 2014-06-18 15:44:01 -07:00 committed by Spencer Krum
parent 3d8eb55ab3
commit 663dc02311
1 changed files with 1 additions and 1 deletions

View File

@ -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 %>