improve documentation and function naming
[puppet-common.git] / README
blobd34d11fb72523ed3cec4c46d96ca024a87a4d385
2 The common module installs various functions that are required by other modules. This
3 module should be installed before any of the other module.
5 To use this module, follow these directions:
7 1. Your modules directory will need all the files included in this repository placed
8    under a directory called "common"
10 2. Add the following line to manifests/site.pp:
11    
12    import "modules.pp"
14 3. Add the following line to manifests/modules.pp:
16    import "common"