From 17c3eb16441c5130867aa45fdafb9c895fef4602 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Fri, 5 Oct 2007 16:04:30 -0400 Subject: Add a README for the common module --- README | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..d34d11f --- /dev/null +++ b/README @@ -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" + -- cgit v1.2.3