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

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
wfarr committed Oct 3, 2012
1 parent 88b0877 commit 91cdcaa
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
# Puppet sysctl for Boxen
# SysCTL Puppet Module for Boxen

FIXME: update me bro
Requires the following boxen modules:

* `boxen`

## Usage

```puppet
# 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
```

0 comments on commit 91cdcaa

Please sign in to comment.