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 c165941 commit 8fc0abeCopy full SHA for 8fc0abe
manifests/vhost.pp
@@ -2281,6 +2281,7 @@
2281
# - $protocols
2282
# - $protocols_honor_order
2283
# - $apache_version
2284
+ # - $mdomain
2285
concat::fragment { "${name}-apache-header":
2286
target => "${priority_real}${filename}.conf",
2287
order => 0,
@@ -2598,6 +2599,7 @@
2598
2599
# - $ssl_openssl_conf_cmd
2600
# - $ssl_stapling
2601
2602
2603
if $ssl and $ensure == 'present' {
2604
include apache::mod::ssl
2605
0 commit comments