summaryrefslogtreecommitdiff
path: root/README
blob: 526ad3a2ec6f5e30465b1c6f92cd9b664f323493 (plain)
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
puppet module apache
====================

written by immerda project group
admin+puppet(at)immerda.ch

adapted by Puzzle ITC 
haerry+puppet(at)puzzle.ch

original idea by David Schmitt
<david(at)schmitt.edv-bus.at>

License: GPLv3

###################################

This module tries to manage apache on different distros in a
similar manner. a few additional directories have to be
created as well some configuration files have to be deployed
to fit this schema.

vhosts can be added with the vhosts define:
(currently only plain vhosts file are supported)

apache::vhosts::file { '$domain' }