yum: Fix deprecation warning
This commit is contained in:
parent
7f608988ba
commit
ea0651d0bf
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ baseurl=<%= @baseurl %>
|
||||||
<% else -%>
|
<% else -%>
|
||||||
mirrorlist=<%= @mirrorlist %>
|
mirrorlist=<%= @mirrorlist %>
|
||||||
<% end -%>
|
<% end -%>
|
||||||
<% if @gpgkey_real != '' && gpgcheck != false -%>
|
<% if @gpgkey_real != '' && @gpgcheck != false -%>
|
||||||
gpgkey=<%= @gpgkey_real %>
|
gpgkey=<%= @gpgkey_real %>
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
<% elsif @gpgkey_real != '' -%>
|
<% elsif @gpgkey_real != '' -%>
|
||||||
|
|
Loading…
Add table
Reference in a new issue