Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 341 Bytes

File metadata and controls

14 lines (10 loc) · 341 Bytes

Set sysctl values from Chef!

node = A namespace for sysctl settings.

There are two ways of setting sysctl values:

  1. Set chef attributes in the sysctl namespace, E.G.:

default[:sysctl][:vm][:swappiness] = 20

  1. Set values in a cookbook_file - 69-chef-static.conf