From 2abee5155caf66c5ff53d92a46b96a604244cc42 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Fri, 9 Jan 2015 23:51:13 -0600 Subject: [PATCH] Issue #4: Document apache_packages variable. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c48efba..3c60598 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,11 @@ The SSL protocols and cipher suites that are used/allowed when clients make secu (Debian/Ubuntu ONLY) Which Apache mods to enable (these will be symlinked into the apporopriate location). See the `mods-available` directory inside the apache configuration directory (`/etc/apache2/mods-available` by default) for all the available mods. + apache_packages: + - [platform-specific] + +The list of packages to be installed. This defaults to a set of platform-specific packages for RedHat or Debian-based systems (see `vars/RedHat.yml` and `vars/Debian.yml` for the default values). + ## Dependencies None.