This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
mh (author)
Thu Jun 26 05:23:28 -0700 2008
| name | age | message | |
|---|---|---|---|
| |
README | Sat May 17 03:28:42 -0700 2008 | |
| |
files/ | Fri May 09 08:13:42 -0700 2008 | |
| |
manifests/ | Thu Jun 26 05:06:51 -0700 2008 | |
| |
plugins/ | Mon May 26 08:09:18 -0700 2008 |
README
puppet module common ==================== written by David Schmitt Copyright (C) 2007 David Schmitt <david@schmitt.edv-bus.at> adapted by immerda project group admin+puppet(at)immerda.ch ################################################# 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"







