yum: Add support for repository priority
This commit is contained in:
parent
fc8bf5fbba
commit
5ba367a64b
2 changed files with 34 additions and 1 deletions
|
@ -12,3 +12,6 @@ gpgkey=<%= @gpgkey_real %>
|
|||
<% else -%>
|
||||
gpgcheck=0
|
||||
<% end -%>
|
||||
<% if @priority != '' -%>
|
||||
priority=<%= @priority %>
|
||||
<% end -%>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue