diff options
author | Micah Anderson <micah@riseup.net> | 2007-10-05 16:04:30 -0400 |
---|---|---|
committer | David Schmitt <david@schmitt.edv-bus.at> | 2007-10-08 11:40:09 +0200 |
commit | 17c3eb16441c5130867aa45fdafb9c895fef4602 (patch) | |
tree | 292e21ac243069f8d85cc45762712360d17f0a4d | |
parent | d9a3c7617a402a19f7114d9b262d62b3a7b7b24c (diff) | |
download | puppet-common-17c3eb16441c5130867aa45fdafb9c895fef4602.tar.gz puppet-common-17c3eb16441c5130867aa45fdafb9c895fef4602.tar.bz2 |
Add a README for the common module
-rw-r--r-- | README | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -0,0 +1,17 @@ + +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" + |