Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

boxen/puppet-sysctl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SysCTL Puppet Module for Boxen

Build Status

Usage

# define your own sysctl setting
# updates both running env and persists for reboots
sysctl::set { 'somekey':
  value => 'somevalue'
}

# we provide some defaults you can include
include sysctl::ipforwarding

Required Puppet Modules

  • stdlib