Created
April 4, 2016 14:48
-
-
Save pprince/a4329a1dd35722c882e20a32ebc2c4f1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sysctl: | |
pkg: procps-ng | |
config: | |
dir: '/etc/sysctl.d' | |
file: '/etc/sysctl.conf' | |
params: | |
- foo.bar: 30 | |
- abc.def: xyz | |
- fs.file-max: | |
value: 100000 | |
file: fs.conf | |
- vm.swappiness | |
value: 20 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment