duritong / puppet-common

Puppet module for common tasks

This URL has Read+Write access

mh (author)
Thu Jun 26 05:23:28 -0700 2008
commit  24822301cda625017dfb3e078b668a1597018a78
tree    d22bd22f6c7b9d0b7d781ab75489ce1c31972e65
parent  839749d5120c0646820b12c2298447223686b097 parent  f6ca14bbcf4cd4a635f2b2d8b92715412b0801e1
name age message
file README Sat May 17 03:28:42 -0700 2008 added more to readme git-svn-id: https://rfd.... [mh]
directory files/ Loading commit data...
directory manifests/ Thu Jun 26 05:06:51 -0700 2008 Merge commit 'davids/development' git-svn-id:... [mh]
directory plugins/ Mon May 26 08:09:18 -0700 2008 added hostname function the hostname function ... [Marcel Haerry]
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"