0
0
mirror of https://github.com/saltstack-formulas/sysctl-formula.git synced 2025-02-08 11:48:47 +01:00

Added RedHat family to map.jinja

This commit is contained in:
zajk 2015-05-12 15:48:08 +02:00
parent 79f664ee35
commit 39852a86df

View File

@ -10,6 +10,11 @@
"config": {
"location": '/etc/sysctl.d',
}
},
'RedHat': {
"config": {
"location": '/etc/sysctl.conf',
}
}
}, grain="os_family")
%}