Skip to content

Commit f5c30a6

Browse files
committed
Add documentation for server_name and server_aliases
1 parent 7cfe4ef commit f5c30a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

manifests/resource/vhost.pp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
# [*ssl_cert*] - Pre-generated SSL Certificate file to reference for SSL Support. This is not generated by this module.
2323
# [*ssl_key*] - Pre-generated SSL Key file to reference for SSL Support. This is not generated by this module.
2424
# [*www_root*] - Specifies the location on disk for files to be read from. Cannot be set in conjunction with $proxy
25+
# [*server_name*] - Virtual host server name.
26+
# [*server_aliases*] - Additional virtual host names, also commonly referred to as server aliases.
2527
#
2628
# Actions:
2729
#

0 commit comments

Comments
 (0)