No description
Find a file
mh 619f43a1bc Revert "remove escaping"
This reverts commit 40e3048d060f10105ae9dff524d5fa7901523a3e.
2010-09-02 18:28:49 -04:00
files minor fixes to .ignore and docs 2008-08-02 13:16:10 +02:00
lib/puppet/parser/functions move plugin directory to fit new 0.25 style 2010-09-02 18:11:43 -04:00
manifests Revert "remove escaping" 2010-09-02 18:28:49 -04:00
README Add a README for the common module 2007-10-08 11:40:09 +02:00

The common module installs various functions that are required by other modules. This
module should be installed before any of the other module.

To use this module, follow these directions:

1. Your modules directory will need all the files included in this repository placed
   under a directory called "common"

2. Add the following line to manifests/site.pp:
   
   import "modules.pp"

3. Add the following line to manifests/modules.pp:

   import "common"