mirror of
https://github.com/saltstack-formulas/sysctl-formula.git
synced 2026-09-21 04:12:30 +02:00
Added Suse and Debian support to sysctl-formula
This commit is contained in:
+13
-1
@@ -15,7 +15,19 @@
|
|||||||
"config": {
|
"config": {
|
||||||
"location": '/etc/sysctl.conf',
|
"location": '/etc/sysctl.conf',
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
'Suse': {
|
||||||
|
"pkg": "procps",
|
||||||
|
"config": {
|
||||||
|
"location": '/etc/sysctl.d',
|
||||||
|
}
|
||||||
|
},
|
||||||
|
'Debian': {
|
||||||
|
"pkg": "procps",
|
||||||
|
"config": {
|
||||||
|
"location": '/etc/sysctl.d',
|
||||||
|
}
|
||||||
|
},
|
||||||
}, grain="os_family")
|
}, grain="os_family")
|
||||||
%}
|
%}
|
||||||
{## Merge the flavor_map to the default settings ##}
|
{## Merge the flavor_map to the default settings ##}
|
||||||
|
|||||||
Reference in New Issue
Block a user