mirror of
https://github.com/saltstack-formulas/sysctl-formula.git
synced 2026-07-25 02:13:35 +02:00
sysctl-formula
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{% set sysctl = salt['grains.filter_by']({
|
||||
'Arch': {
|
||||
'pkg' : 'procps-ng',
|
||||
'config_location' : '/etc/sysctl.d',
|
||||
},
|
||||
}, merge=salt['pillar.get']('sysctl:lookup')) %}
|
||||
Reference in New Issue
Block a user