Issue #4: Document apache_packages variable.

This commit is contained in:
Jeff Geerling 2015-01-09 23:51:13 -06:00
parent 36d79e5f26
commit 2abee5155c

View file

@ -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.