mirror of
https://github.com/saltstack-formulas/sysctl-formula.git
synced 2024-12-02 21:36:44 +01:00
38eb852bce
- split package and param into separate state files - use defaults.yml to specify all configurable options of the formula - setup map.jinja to read in defaults.yml, filter by os_family for Arch, and merge in sysctl:lookup pillar - Updated README
15 lines
236 B
YAML
15 lines
236 B
YAML
# -*- coding: utf-8 -*-
|
|
# vim: ft=yaml
|
|
sysctl:
|
|
pkg: procps-ng
|
|
config:
|
|
location: '/etc/sysctl.d'
|
|
params:
|
|
-
|
|
name: fs.file-max
|
|
value: 100000
|
|
config: fs.conf
|
|
-
|
|
name: vm.swappiness
|
|
value: 20
|