Merge pull request #17 from babilen/remove-redundant-map-entries

Remove redundant entries from map.jinja file
This commit is contained in:
Niels Abspoel 2016-04-28 22:31:39 +02:00
commit 2975f9b904
1 changed files with 1 additions and 11 deletions

View File

@ -16,11 +16,7 @@
{## setup variable using grains['os_family'] based logic ##}
{% set os_family_map = salt['grains.filter_by']({
'Arch': {
"config": {
"location": '/etc/sysctl.d',
}
},
'Arch': {},
'RedHat': {
"config": {
"location": '/etc/sysctl.conf',
@ -28,15 +24,9 @@
},
'Suse': {
"pkg": "procps",
"config": {
"location": '/etc/sysctl.d',
}
},
'Debian': {
"pkg": "procps",
"config": {
"location": '/etc/sysctl.d',
}
},
},
grain="os_family",