|
2078 | 2078 | # We will retain the default behaviour for filenames but allow the use of a sanitized version of $servername to be |
2079 | 2079 | # used, using the new $use_servername_for_filenames and $use_port_for_filenames parameters. |
2080 | 2080 | # |
2081 | | - # This will default to false until the next major release (v6.0.0), at which point, we will default this to true and |
2082 | | - # warn about it's imminent deprecation in the subsequent major release (v7.0.0) |
| 2081 | + # This will default to false until the next major release (v7.0.0), at which point, we will default this to true and |
| 2082 | + # warn about it's imminent deprecation in the subsequent major release (v8.0.0) |
2083 | 2083 | # |
2084 | | - # In v7.0.0, we will deprecate the $use_servername_for_filenames and $use_port_for_filenames parameters altogether |
| 2084 | + # In v8.0.0, we will deprecate the $use_servername_for_filenames and $use_port_for_filenames parameters altogether |
2085 | 2085 | # and use the sanitized value of $servername for default log / config filenames. |
2086 | 2086 | $filename = $use_servername_for_filenames ? { |
2087 | 2087 | true => $use_port_for_filenames ? { |
|
2098 | 2098 | When $use_servername_for_filenames = true, the $servername parameter, sanitized, is used to construct log and config |
2099 | 2099 | file names. |
2100 | 2100 |
|
2101 | | - From version v6.0.0 of the puppetlabs-apache module, this parameter will default to true. From version v7.0.0 of the |
| 2101 | + From version v7.0.0 of the puppetlabs-apache module, this parameter will default to true. From version v8.0.0 of the |
2102 | 2102 | module, the $use_servername_for_filenames will be removed and log/config file names will be dervied from the |
2103 | 2103 | sanitized $servername parameter when not explicitly defined.' |
2104 | 2104 | warning($use_servername_for_filenames_warn_msg) |
|
2109 | 2109 | When $use_port_for_filenames = true, the $servername and $port parameters, sanitized, are used to construct log and |
2110 | 2110 | config file names. |
2111 | 2111 |
|
2112 | | - From version v6.0.0 of the puppetlabs-apache module, this parameter will default to true. From version v7.0.0 of the |
| 2112 | + From version v7.0.0 of the puppetlabs-apache module, this parameter will default to true. From version v8.0.0 of the |
2113 | 2113 | module, the $use_port_for_filenames will be removed and log/config file names will be dervied from the |
2114 | 2114 | sanitized $servername parameter when not explicitly defined.' |
2115 | 2115 | warning($use_port_for_filenames_warn_msg) |
|
0 commit comments