summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2012-03-07 10:10:21 -0500
committerMicah Anderson <micah@riseup.net>2012-03-07 10:10:44 -0500
commit70318606afdd46860dae9a9f680a1309a18543b1 (patch)
tree6511c67c0260fd41dc6d70729360881e7be0d691 /README
parent63c061b56f76cac6e2b4f3c46ef182077c2e0bc3 (diff)
add UPGRADE NOTICE to README. Rearrange a little to make it flow nicer
Diffstat (limited to 'README')
-rw-r--r--README34
1 files changed, 24 insertions, 10 deletions
diff --git a/README b/README
index 526ad3a..d21a09b 100644
--- a/README
+++ b/README
@@ -1,6 +1,30 @@
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
@@ -12,14 +36,4 @@ original idea by David Schmitt
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' }