descriptionnone
ownerjr0@riseup.net
last changeSat, 24 Jul 2010 03:59:08 +0000 (23 23:59 -0400)
content tags
add:
README
<<<<<<< HEAD
This module installs various functions used by other modules.
=======

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"


Author::    David Schmitt (mailto:david@dasz.at)
Copyright:: Copyright (c) 2007-2009 dasz.at OG
License::   3-clause BSD

>>>>>>> ba28f3004d402c250ef3099f95a1ae13740b009f
shortlog
2010-07-24 James RichardsonMerge branch 'master' of git://github.com/puppet-module... master
2010-07-24 James RichardsonInitial update
2010-03-09 David Schmittadd missing modules/ path
2010-03-09 David Schmittupdate to modules/ fileserver mount of 0.25
2010-01-23 David Schmittfix annoying info: Could not find filesystem info for...
2010-01-23 David Schmittrename plugins->lib
2009-09-14 David Schmittadd concat function for arrays
2009-09-14 David Schmitteliminate warnings
2009-08-05 David SchmittAdd extlookup() function for configuration retrieval
2009-07-13 David SchmittAdd append_if_no_such_line compatablity define
2009-06-09 David SchmittRDoc-ify documentation
2009-06-02 David Schmittblob!=raw, should check wget better ;-)
2009-06-02 David SchmittReenable gsub, since regsubst is no proper replacement
2009-06-02 David Schmittalways run concatenate command
2009-05-31 David SchmittMajor cleanup of the common module
2008-09-15 David Schmittcreate a common class to install openssl
...
heads
13 years ago master