module-common/README

23 lines
595 B
Text
Raw Normal View History

2007-10-05 22:04:30 +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.
2007-10-05 22:04:30 +02:00
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"
2007-10-05 22:04:30 +02:00
2. Add the following line to manifests/site.pp:
import "modules.pp"
2007-10-05 22:04:30 +02:00
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
2007-10-05 22:04:30 +02:00