Skip to content

Commit 54fa0c4

Browse files
authored
Merge pull request #2321 from puppetlabs/release-prep
Release prep v8.2.1
2 parents 3b4bae8 + 42bc295 commit 54fa0c4

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [v8.2.1](https://github.com/puppetlabs/puppetlabs-apache/tree/v8.2.1) (2022-09-26)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-apache/compare/v8.2.0...v8.2.1)
8+
9+
### Fixed
10+
11+
- \(maint\) Codebase Hardening [\#2313](https://github.com/puppetlabs/puppetlabs-apache/pull/2313) ([david22swan](https://github.com/david22swan))
12+
513
## [v8.2.0](https://github.com/puppetlabs/puppetlabs-apache/tree/v8.2.0) (2022-09-13)
614

715
[Full Changelog](https://github.com/puppetlabs/puppetlabs-apache/compare/v8.1.0...v8.2.0)

REFERENCE.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7431,13 +7431,16 @@ Default value: ``undef``
74317431

74327432
##### <a name="verify_command"></a>`verify_command`
74337433

7434-
Data type: `String`
7434+
Data type: `Variant[String, Array[String], Array[Array[String]]]`
74357435

74367436
Specifies the command Puppet uses to verify the configuration file. Use a fully qualified
74377437
command.<br />
74387438
This parameter is used only if the `verify_config` parameter's value is `true`. If the
74397439
`verify_command` fails, the Puppet run deletes the configuration file and raises an error,
74407440
but does not notify the Apache service.
7441+
Command can be passed through as either a String, i.e. `'/usr/sbin/apache2ctl -t'`
7442+
An array, i.e. `['/usr/sbin/apache2ctl', '-t']`
7443+
Or an array of arrays with each one having to pass succesfully, i.e. `[['/usr/sbin/apache2ctl', '-t'], '/usr/sbin/apache2ctl -t']`
74417444

74427445
Default value: `$apache::params::verify_command`
74437446

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-apache",
3-
"version": "8.2.0",
3+
"version": "8.2.1",
44
"author": "puppetlabs",
55
"summary": "Installs, configures, and manages Apache virtual hosts, web services, and modules.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)