Skip to content

Commit

Permalink
Add parameter docs for access_log
Browse files Browse the repository at this point in the history
  • Loading branch information
hunner committed Dec 12, 2012
1 parent da8ce0e commit 799c32e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions manifests/vhost.pp
Expand Up @@ -20,6 +20,7 @@
# - The $vhost_name for name based virtualhosting, defaulting to * # - The $vhost_name for name based virtualhosting, defaulting to *
# - The $logroot specifies the location of the virtual hosts logfiles, default # - The $logroot specifies the location of the virtual hosts logfiles, default
# to /var/log/<apache log location>/ # to /var/log/<apache log location>/
# - The $access_log specifies if *_access.log directives should be configured.
# - The $ensure specifies if vhost file is present or absent. # - The $ensure specifies if vhost file is present or absent.
# #
# Actions: # Actions:
Expand Down
1 change: 1 addition & 0 deletions manifests/vhost/proxy.pp
Expand Up @@ -9,6 +9,7 @@
# URI that the requests will be proxied for # URI that the requests will be proxied for
# - $priority # - $priority
# - $template -- the template to use for the vhost # - $template -- the template to use for the vhost
# - $access_log - specifies if *_access.log directives should be configured.
# - $vhost_name - the name to use for the vhost, defaults to '*' # - $vhost_name - the name to use for the vhost, defaults to '*'
# #
# Actions: # Actions:
Expand Down

0 comments on commit 799c32e

Please sign in to comment.