zulip/puppet/puppet-common
Zev Benjamin dd678465ae [manual] Move puppet modules to the top level
The new puppet.conf file has to be moved into place manually.

(imported from commit 253d9a95386dae8c803a998ce2dc7e8be40c880a)
2013-10-30 15:42:26 -04:00
..
files [manual] Move puppet modules to the top level 2013-10-30 15:42:26 -04:00
lib/puppet/parser/functions [manual] Move puppet modules to the top level 2013-10-30 15:42:26 -04:00
manifests [manual] Move puppet modules to the top level 2013-10-30 15:42:26 -04:00
tests [manual] Move puppet modules to the top level 2013-10-30 15:42:26 -04:00
README [manual] Move puppet modules to the top level 2013-10-30 15:42:26 -04:00

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"