We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cfe4ef commit f5c30a6Copy full SHA for f5c30a6
manifests/resource/vhost.pp
@@ -22,6 +22,8 @@
22
# [*ssl_cert*] - Pre-generated SSL Certificate file to reference for SSL Support. This is not generated by this module.
23
# [*ssl_key*] - Pre-generated SSL Key file to reference for SSL Support. This is not generated by this module.
24
# [*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.
27
#
28
# Actions:
29
0 commit comments