mirror of
https://github.com/saltstack-formulas/sysctl-formula.git
synced 2025-02-17 18:24:37 +01:00
Added RedHat family to map.jinja
This commit is contained in:
parent
79f664ee35
commit
39852a86df
@ -10,6 +10,11 @@
|
|||||||
"config": {
|
"config": {
|
||||||
"location": '/etc/sysctl.d',
|
"location": '/etc/sysctl.d',
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
'RedHat': {
|
||||||
|
"config": {
|
||||||
|
"location": '/etc/sysctl.conf',
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}, grain="os_family")
|
}, grain="os_family")
|
||||||
%}
|
%}
|
||||||
|
Loading…
Reference in New Issue
Block a user