Merge pull request #13 from babilen/remove-redundant-map-entries
Remove redundant entries from map.jinja file
This commit is contained in:
commit
a8464eb475
|
@ -16,11 +16,6 @@
|
||||||
|
|
||||||
{## 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': {
|
|
||||||
"config": {
|
|
||||||
"location": '/etc/sysctl.d',
|
|
||||||
}
|
|
||||||
},
|
|
||||||
'RedHat': {
|
'RedHat': {
|
||||||
"config": {
|
"config": {
|
||||||
"location": '/etc/sysctl.conf',
|
"location": '/etc/sysctl.conf',
|
||||||
|
@ -28,15 +23,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