sysctl-formula/pillar.example

20 lines
506 B
Plaintext
Raw Permalink Normal View History

2019-08-28 00:43:50 +02:00
---
2015-01-24 17:14:58 +01:00
sysctl:
2021-09-23 04:21:00 +02:00
# override formula-related parameters
2015-01-24 17:14:58 +01:00
lookup:
pkg: procps-ng
config:
2021-09-23 04:21:00 +02:00
# directory to store config files
location: '/etc/sysctl.d'
2021-09-23 04:21:00 +02:00
# configure kernel state defaults
params:
2021-09-23 04:21:00 +02:00
# store 'fs.file-max: 100000' in the specified file
fs.file-max:
value: 100000
2021-09-23 04:21:00 +02:00
# suffixes file name to config:location above
config: fs.conf
2021-09-23 04:21:00 +02:00
# store 'vm.swappiness: 20' in salt-chosen file
# (this is usually 99-salt.conf in sysctl dir)
vm.swappiness: 20