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