mirror of
https://github.com/saltstack-formulas/sysctl-formula.git
synced 2025-02-17 16:14:24 +01:00
7 lines
187 B
Plaintext
7 lines
187 B
Plaintext
|
{% set sysctl = salt['grains.filter_by']({
|
||
|
'Arch': {
|
||
|
'pkg' : 'procps-ng',
|
||
|
'config_location' : '/etc/sysctl.d',
|
||
|
},
|
||
|
}, merge=salt['pillar.get']('sysctl:lookup')) %}
|