No description
Find a file
David Schmitt 53d0fde15f Major cleanup of the common module
* improve documentation on all defines
* rename modules_dir to module_dir and modules_file to module_file
* create $module_dir_path to achieve DRY-ness
* silence the lsb_release stuff
* improve concatenated_file to use an intermediate file, improving reliability
  and decoupling the updateing from notifying our peers.
* remove serveral functions that were moved to puppet proper:
  - sha1 => sha1
  - gsub,substitute,slash_escape => regsubst
2009-05-31 21:14:37 +02:00
files minor fixes to .ignore and docs 2008-08-02 13:16:10 +02:00
manifests Major cleanup of the common module 2009-05-31 21:14:37 +02:00
plugins/puppet/parser/functions Major cleanup of the common module 2009-05-31 21:14:37 +02: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"