No description
Find a file
David Schmitt b24eaae55e modules_dir: nail empty directory files/empty/ into the repo
Since git ignores empty directories, I had to create a placeholder to
fool git. The placeholder is ignored in the define.
2008-06-30 13:47:30 +02:00
files modules_dir: nail empty directory files/empty/ into the repo 2008-06-30 13:47:30 +02:00
manifests modules_dir: nail empty directory files/empty/ into the repo 2008-06-30 13:47:30 +02:00
plugins add "prefix_with" function 2008-02-29 16:51:51 +01: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"