Skip to content

Commit

Permalink
Merge pull request #2321 from puppetlabs/release-prep
Browse files Browse the repository at this point in the history
Release prep v8.2.1
  • Loading branch information
david22swan authored Sep 27, 2022
2 parents 3b4bae8 + 42bc295 commit 54fa0c4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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).

## [v8.2.1](https://github.com/puppetlabs/puppetlabs-apache/tree/v8.2.1) (2022-09-26)

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

### Fixed

- \(maint\) Codebase Hardening [\#2313](https://github.com/puppetlabs/puppetlabs-apache/pull/2313) ([david22swan](https://github.com/david22swan))

## [v8.2.0](https://github.com/puppetlabs/puppetlabs-apache/tree/v8.2.0) (2022-09-13)

[Full Changelog](https://github.com/puppetlabs/puppetlabs-apache/compare/v8.1.0...v8.2.0)
Expand Down
5 changes: 4 additions & 1 deletion REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7431,13 +7431,16 @@ Default value: ``undef``

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

Data type: `String`
Data type: `Variant[String, Array[String], Array[Array[String]]]`

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

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

Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-apache",
"version": "8.2.0",
"version": "8.2.1",
"author": "puppetlabs",
"summary": "Installs, configures, and manages Apache virtual hosts, web services, and modules.",
"license": "Apache-2.0",
Expand Down

0 comments on commit 54fa0c4

Please sign in to comment.