Added Suse and Debian support to sysctl-formula

This commit is contained in:
Niels Abspoel 2015-06-09 23:30:54 +02:00
parent 27a3ce6110
commit 7ddbd5cc5f
1 changed files with 13 additions and 1 deletions

View File

@ -15,7 +15,19 @@
"config": {
"location": '/etc/sysctl.conf',
}
}
},
'Suse': {
"pkg": "procps",
"config": {
"location": '/etc/sysctl.d',
}
},
'Debian': {
"pkg": "procps",
"config": {
"location": '/etc/sysctl.d',
}
},
}, grain="os_family")
%}
{## Merge the flavor_map to the default settings ##}