summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-04-29 18:37:46 -0400
committerMicah Anderson <micah@riseup.net>2013-04-29 18:37:46 -0400
commit88dc913a5da951b1a261b6cc6d9767aaf641287d (patch)
tree30794068ba44967b4e4ec4d1dce2850f506deb1b /README
parent0e7099174fdef951c81880b51e23342fcde86374 (diff)
parent090e59ad1fcba01e868237a83cadf9254cf09d3e (diff)
Merge branch 'leap' into riseup
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 10 insertions, 5 deletions
diff --git a/README b/README
index 3ad865e..e593741 100644
--- a/README
+++ b/README
@@ -16,6 +16,11 @@ have to be deployed to fit this schema.
* this module no longer requires the common module
+ * if using the munin module, you need a version of the munin module that is
+ at or newer than commit 77e0a70999a8c4c20ee8d9eb521b927c525ac653 (Feb 28, 2013)
+
+ * if using munin, you will need to have the perl module installed
+
* you must change your modules/site-apache to modules/site_apache
* the $apache_no_default_site variable is no longer supported, you should
@@ -72,18 +77,18 @@ class to have the module do some things for you:
0-default_ssl.conf virtualhosts automatically created in your node
configuration. (Default: false)
+ * ssl: If you want to install Apache SSL support enabled, just pass this
+ parameter (Default: false)
+
For example:
class { 'apache':
manage_shorewall => true,
manage_munin => true,
- no_default_site => true
+ no_default_site => true,
+ ssl => true
}
-If you want to install Apache and also enable SSL support:
-
- include apache::ssl
-
You can install the ITK worker model to enforce stronger, per-user security:
include apache::itk