Skip to content

Commit

Permalink
refactor(map files): cleanup and small fixes
Browse files Browse the repository at this point in the history
Lists does not get merged by grains.filter_by therefor to preserve
all items from less specific map files (i.e. osmap) they must be
copied to more specific map files (i.e. to osfingermap) otherwise,
only items from latest map file will be used.
  • Loading branch information
hatifnatt committed Mar 10, 2021
1 parent 3c3b49c commit f839b06
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
8 changes: 0 additions & 8 deletions docker/codenamemap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,3 @@ precise:
deps:
- linux-image-generic-lts-raring
- linux-headers-generic-lts-raring

CentOS Linux 7 (Core):
pkg:
deps:
- yum-plugin-versionlock
- python2-pip
# python-docker-py https://github.com/saltstack/salt/issues/58920
- rpmdevtools
2 changes: 1 addition & 1 deletion docker/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ docker:
name: docker-ce
service:
name: dockerd
env: null
env: ''
suffix: tgz
commands:
- docker
Expand Down
9 changes: 8 additions & 1 deletion docker/osfingermap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,22 @@ Amazon Linux-2:
CentOS Linux-8:
pkg:
deps:
# selinux-policy
- selinux-policy-minimum
- python3-dnf-plugin-versionlock
- python3-pip
- iptables
- git
- tar

CentOS Linux-7:
pkg:
deps:
- selinux-policy-minimum
- yum-plugin-versionlock
- python3-pip
- iptables
- git
- tar

CentOS-6:
pkg:
Expand Down
2 changes: 1 addition & 1 deletion docker/osmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FreeBSD:
deps:
- devel/py-pip

Centos:
CentOS:
pkg:
deps:
- procps
Expand Down

0 comments on commit f839b06

Please sign in to comment.