Skip to content

Commit 2975f9b

Browse files
committed
Merge pull request #17 from babilen/remove-redundant-map-entries
Remove redundant entries from map.jinja file
2 parents faf4549 + b7f723b commit 2975f9b

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

sysctl/map.jinja

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,17 @@
1616

1717
{## setup variable using grains['os_family'] based logic ##}
1818
{% set os_family_map = salt['grains.filter_by']({
19-
'Arch': {
20-
"config": {
21-
"location": '/etc/sysctl.d',
22-
}
23-
},
19+
'Arch': {},
2420
'RedHat': {
2521
"config": {
2622
"location": '/etc/sysctl.conf',
2723
}
2824
},
2925
'Suse': {
3026
"pkg": "procps",
31-
"config": {
32-
"location": '/etc/sysctl.d',
33-
}
3427
},
3528
'Debian': {
3629
"pkg": "procps",
37-
"config": {
38-
"location": '/etc/sysctl.d',
39-
}
4030
},
4131
},
4232
grain="os_family",

0 commit comments

Comments
 (0)