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:
parent
3d8eb55ab3
commit
663dc02311
@ -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 %>
|
||||
|
Loading…
x
Reference in New Issue
Block a user