Skip to content

Commit

Permalink
salt: Remove useless entries in map
Browse files Browse the repository at this point in the history
Clean up entries that are no longer used
anywhere. These are leftovers when we were
using fromrepo to install embedded packages.
  • Loading branch information
alexandre-allard committed Jan 8, 2021
1 parent 20294c1 commit e802f8f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions salt/metalk8s/map.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,6 @@
salt['grains.filter_by']({
'RedHat': {
7: {
'containerd': {
'name': 'epel'
},
'kubernetes': {
'name': 'kubernetes'
},
'repositories': {
'metalk8s-epel': {
'humanname': 'EPEL',
Expand Down Expand Up @@ -141,12 +135,6 @@
}
},
8: {
'containerd': {
'name': 'epel'
},
'kubernetes': {
'name': 'kubernetes'
},
'repositories': {
'metalk8s-epel': {
'humanname': 'EPEL',
Expand Down

0 comments on commit e802f8f

Please sign in to comment.