zulip/servers/puppet/modules/puppet-common
Zev Benjamin 10f3853abd puppet: Make common::line use absolute paths
(imported from commit c9a3b184433709361243d5c3af13d290cc710ecf)
2013-02-08 16:05:51 -05:00
..
files Import puppet-common from https://github.com/camptocamp/puppet-common.git 2012-09-20 17:00:24 -04:00
lib/puppet/parser/functions Import puppet-common from https://github.com/camptocamp/puppet-common.git 2012-09-20 17:00:24 -04:00
manifests puppet: Make common::line use absolute paths 2013-02-08 16:05:51 -05:00
tests Import puppet-common from https://github.com/camptocamp/puppet-common.git 2012-09-20 17:00:24 -04:00
README Import puppet-common from https://github.com/camptocamp/puppet-common.git 2012-09-20 17:00:24 -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"