0
0
mirror of https://github.com/saltstack-formulas/sysctl-formula.git synced 2025-02-13 04:21:21 +01:00
sysctl-formula/sysctl/map.jinja
2015-01-24 17:14:58 +01:00

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')) %}