mirror of
https://github.com/saltstack-formulas/sysctl-formula.git
synced 2024-11-27 20:57:49 +01:00
Merge pull request #5 from aboe76/add_more_os_support
Added Suse and Debian support to sysctl-formula
This commit is contained in:
commit
0d109acf80
@ -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 ##}
|
||||
|
Loading…
Reference in New Issue
Block a user