forked from duritong/puppet-common
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
30 lines (19 loc) · 712 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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"