forked from duritong/puppet-sysctl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Made compatible with latest Puppet Master. Clarified installation in the
readme.
- Loading branch information
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,12 @@ | |
|
||
This modules allows to configure sysctl. | ||
|
||
= Installing | ||
|
||
Clone the puppet-sysctl project into your modules directory, then ensure you import the module into your manifests: | ||
|
||
import "puppet-sysctl" | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
Rylon
via email
Author
Owner
|
||
|
||
= Usage | ||
|
||
node "mynode" inherits ... { | ||
|
This should really not be necessary, in general you should avoid import statements. If you name the cloned module sysctl, it will be found automatically. The "puppet-"-prefix is just a convention for puppet modules on github.