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