Skip to content

Commit

Permalink
Merge pull request #814 from mhaskel/MODULES-913
Browse files Browse the repository at this point in the history
MODULES-913 Documentation update
  • Loading branch information
Ashley Penney committed Aug 8, 2014
2 parents 2b72aed + c180f2e commit 33b456b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1287,7 +1287,7 @@ Each hash passed to `directories` must contain `path` as one of the keys. You m

*Note:* At least one directory should match the `docroot` parameter. Once you start declaring directories, `apache::vhost` assumes that all required Directory blocks will be declared. If not defined, a single default Directory block will be created that matches the `docroot` parameter.

The `provider` key can be set to 'directory', 'files', or 'location'. If the path starts with a [~](https://httpd.apache.org/docs/current/mod/core.html#files), HTTPD will interpret this as the equivalent of DirectoryMatch, FilesMatch, or LocationMatch.
The `provider` key can be set to 'directory', 'files', 'location', 'directorymatch', 'filesmatch', or 'locationmatch'.

```puppet
apache::vhost { 'files.example.net':
Expand Down

0 comments on commit 33b456b

Please sign in to comment.