Merge pull request #17 from babilen/remove-redundant-map-entries
Remove redundant entries from map.jinja file
This commit is contained in:
commit
2975f9b904
|
@ -16,11 +16,7 @@
|
||||||
|
|
||||||
{## setup variable using grains['os_family'] based logic ##}
|
{## setup variable using grains['os_family'] based logic ##}
|
||||||
{% set os_family_map = salt['grains.filter_by']({
|
{% set os_family_map = salt['grains.filter_by']({
|
||||||
'Arch': {
|
'Arch': {},
|
||||||
"config": {
|
|
||||||
"location": '/etc/sysctl.d',
|
|
||||||
}
|
|
||||||
},
|
|
||||||
'RedHat': {
|
'RedHat': {
|
||||||
"config": {
|
"config": {
|
||||||
"location": '/etc/sysctl.conf',
|
"location": '/etc/sysctl.conf',
|
||||||
|
@ -28,15 +24,9 @@
|
||||||
},
|
},
|
||||||
'Suse': {
|
'Suse': {
|
||||||
"pkg": "procps",
|
"pkg": "procps",
|
||||||
"config": {
|
|
||||||
"location": '/etc/sysctl.d',
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
'Debian': {
|
'Debian': {
|
||||||
"pkg": "procps",
|
"pkg": "procps",
|
||||||
"config": {
|
|
||||||
"location": '/etc/sysctl.d',
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
grain="os_family",
|
grain="os_family",
|
||||||
|
|
Loading…
Reference in New Issue