summaryrefslogtreecommitdiff
path: root/README
blob: d21a09b931ce23bd8148314a2c88ca000e10692b (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
puppet module apache
====================

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.

! Upgrade Notice !

 currently deployed apache::config::file resources could be broken
 so one should change occurences of this resource's argument from:

      source => "modules/site-apache/blah"

 to a full source specification string:

      source => "puppet:///modules/site-apache/blah"


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

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


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

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