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
e3bf9169d9
commit
d1e5cc79e5
@ -5,8 +5,8 @@ Unattended-Upgrade::Allowed-Origins {
|
||||
"${distro_id} ${distro_codename}-security";
|
||||
"${distro_id} ${distro_codename}-updates";
|
||||
// "${distro_id} ${distro_codename}-proposed-updates";
|
||||
<% origins.each do |origin| -%>
|
||||
"<%= origin %>";
|
||||
<% @origins.each do |origin| -%>
|
||||
"<%= @origin %>";
|
||||
<% end -%>
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user