summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorng <ng+gitlab@immerda.ch>2015-11-28 09:22:57 +0000
committerng <ng+gitlab@immerda.ch>2015-11-28 09:22:57 +0000
commit465abc11546ea02664a957aed4672fd1311a22a9 (patch)
treec64ead2eb8f3cfb78d71471acbe144df243f119f /README
parentfcd2a84e535e5d280d5299a8ff489920e1ea2305 (diff)
parentce46bcb833032440103ea9a7e0eb49c5a2cd093e (diff)
Merge branch 'modalias_apache2.4' into 'master'
[bug] Use guess_apache_version() to query apache version Using $::apache_version won't work because the facts are evaluated before compiling the catalog and with this, before the installation of apache. so on an install from scratch, this fact won't contain anything. See merge request !5
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 8 insertions, 4 deletions
diff --git a/README b/README
index 45e4727..1c0c96c 100644
--- a/README
+++ b/README
@@ -46,12 +46,16 @@ have to be deployed to fit this schema.
source => "modules/site-apache/blah"
-Requirements:
+Requirements
+------------
* puppet 2.7 or newer
- * stdlib
- * templatewlv
-
+ * stdlib module
+ * templatewlv module
+ * facter >= 2.2
+ because we check for $::operatingsystemmajrelease on multiple places.
+ In Debian wheezy, facter needs to get upgraded from wheezy-backports.
+ The facter version of Debian jessie is new enough.
Usage
=====