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 -%>
|
||||
mirrorlist=<%= @mirrorlist %>
|
||||
<% end -%>
|
||||
<% if @gpgkey_real != '' && gpgcheck != false -%>
|
||||
<% if @gpgkey_real != '' && @gpgcheck != false -%>
|
||||
gpgkey=<%= @gpgkey_real %>
|
||||
gpgcheck=1
|
||||
<% elsif @gpgkey_real != '' -%>
|
||||
|
|
Loading…
Add table
Reference in a new issue