Skip to content

Commit

Permalink
docs(pillar.example): add more detail
Browse files Browse the repository at this point in the history
  • Loading branch information
Beau Bilyeu committed Sep 23, 2021
1 parent 3e33f19 commit 48442fc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pillar.example
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
---
sysctl:
# override formula-related parameters
lookup:
pkg: procps-ng
config:
# directory to store config files
location: '/etc/sysctl.d'

# configure kernel state defaults
params:
# store 'fs.file-max: 100000' in the specified file
fs.file-max:
value: 100000
# suffixes file name to config:location above
config: fs.conf
# store 'vm.swappiness: 20' in salt-chosen file
# (this is usually 99-salt.conf in sysctl dir)
vm.swappiness: 20

0 comments on commit 48442fc

Please sign in to comment.