Skip to content

Commit

Permalink
Made compatible with latest Puppet Master. Clarified installation in the
Browse files Browse the repository at this point in the history
readme.
  • Loading branch information
Rylon committed Sep 20, 2011
1 parent c4486ac commit c3dcb09
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Copy link
@duritong

duritong Sep 20, 2011

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.

This comment has been minimized.

Copy link
@Rylon

Rylon via email Sep 20, 2011

Author Owner

This comment has been minimized.

Copy link
@duritong

duritong Sep 20, 2011

Then you should probably ask for help on the puppet-users list, because import shouldn't really be used. You will likely end up with problems. For example have a look at https://projects.puppetlabs.com/issues/8433#note-24


= Usage

node "mynode" inherits ... {
Expand Down

0 comments on commit c3dcb09

Please sign in to comment.