Skip to content

Commit 00b093f

Browse files
committed
Merge pull request puppetlabs#641 from hunner/doc_apache_version
Document apache::apache_version
2 parents ed9f060 + b1668d8 commit 00b093f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,10 @@ You may establish a default vhost in this class, the `vhost` class, or both. You
215215

216216
**Parameters within `apache`:**
217217

218+
#####`apache_version`
219+
220+
Configures the behavior of the module templates, package names, and default mods by setting the Apache version. Default is determined by the class `apache::version` using the OS family and release. It should not be configured manually without special reason.
221+
218222
#####`confd_dir`
219223

220224
Changes the location of the configuration directory your custom configuration files are placed in. Defaults to '/etc/httpd/conf' on RedHat, '/etc/apache2' on Debian, and '/usr/local/etc/apache22' on FreeBSD.
@@ -1738,4 +1742,4 @@ Quickstart:
17381742
bundle install
17391743
bundle exec rake spec
17401744
bundle exec rspec spec/acceptance
1741-
RS_DEBUG=yes bundle exec rspec spec/acceptance
1745+
RS_DEBUG=yes bundle exec rspec spec/acceptance

0 commit comments

Comments
 (0)