Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 237 Bytes

Readme.markdown

File metadata and controls

11 lines (8 loc) · 237 Bytes

Sysctl puppet module

Manage sysctl-directives on Debian/Ubuntu, it will reload procps automatically

Example

# disable the autoconf for ipv6
sysctl::directive {
  "net.ipv6.conf.all.autoconf":
    value => 0;
}