From 2f6d7891e115f921c157567e2aa5afd6199c310e Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Mon, 15 Apr 2013 15:48:43 -0400 Subject: add the requirement for perl::extensions::libwww --- README | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README') diff --git a/README b/README index 6eee262..ff6d338 100644 --- a/README +++ b/README @@ -19,6 +19,8 @@ have to be deployed to fit this schema. * 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 -- cgit v1.2.3 From 688f07793a72ba4453f6663b6d19fe6388ba382f Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 18 Apr 2013 16:36:48 -0400 Subject: add a 'ssl' parameter, so you do not need to include two classes to get ssl support, you can simply just pass the 'ssl => true'. this may also help the occasional warning: warning: Scope(Class[Apache::Ssl]): Could not look up qualified variable 'apache::manage_shorewall'; class apache has not been evaluated at /srv/leap/puppet/modules/apache/manifests/ssl.pp:10 --- README | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README') diff --git a/README b/README index ff6d338..b723a54 100644 --- a/README +++ b/README @@ -77,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 -- cgit v1.2.3 From fec34a4c27a591f55416ed4409bee09d924232cd Mon Sep 17 00:00:00 2001 From: Jerome Charaoui Date: Thu, 20 Feb 2014 17:38:20 -0500 Subject: Document templatewlv requirement --- README | 1 + 1 file changed, 1 insertion(+) (limited to 'README') diff --git a/README b/README index b723a54..e90bdce 100644 --- a/README +++ b/README @@ -50,6 +50,7 @@ Requirements: * puppet 2.7 or newer * stdlib + * templatewlv Usage -- cgit v1.2.3