No description
Find a file
Micah Anderson 63a16ad8c0 Merge remote branch 'immerda/master'
Conflicts:
	lib/puppet/parser/functions/gsub.rb
	lib/puppet/parser/functions/prefix_with.rb
	lib/puppet/parser/functions/sha1.rb
	lib/puppet/parser/functions/slash_escape.rb
	lib/puppet/parser/functions/substitute.rb
	manifests/classes/lsb_release.pp
	manifests/defines/concatenated_file.pp
	manifests/defines/config_file.pp
	manifests/defines/line.pp
	manifests/defines/module_dir.pp
	manifests/defines/module_file.pp
	manifests/defines/replace.pp
	manifests/init.pp
2010-09-02 19:04:29 -04:00
files minor fixes to .ignore and docs 2008-08-02 13:16:10 +02:00
lib/puppet/parser/functions Merge remote branch 'immerda/master' 2010-09-02 19:04:29 -04:00
manifests Merge remote branch 'immerda/master' 2010-09-02 19:04:29 -04:00
README RDoc-ify documentation 2009-06-09 17:51:10 +02:00

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