Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

Documentation fixes (#30) #32

Merged
merged 1 commit into from
Jun 7, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Release 2.2.1 (June 7, 2018)

### Summary
* Update metadata for #30
* Adding info for `null` service definitions

## Release 2.2.0 (May 18, 2018)

### Summary
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ Optional value. **Default: 'root'**.
##### `service`
Name of the server service to notify when certificates are updated.

Setting to `undef` will disable service notifications.
Setting to `null` will disable service notifications.

Optional value. Defaults:
- **RedHat**: `httpd`
Expand Down
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
#
# [*service*]
# Name of the server service to notify when certificates are updated.
# Setting to `undef` will disable service notifications.
# Setting to `null` will disable service notifications.
# This sets the default globally for use by all certs::site resources.
# Optional value. Defaults:
# - 'httpd' for RedHat-based systems
Expand Down
2 changes: 1 addition & 1 deletion manifests/site.pp
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
#
# [*service*]
# Name of the server service to notify when certificates are updated.
# Setting to `undef` will disable service notifications.
# Setting to `null` will disable service notifications.
# Optional value. Defaults:
# - 'httpd' for RedHat-based systems
# - 'apache2' for Debian-based, Suse-based, and Gentoo-based systems
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "broadinstitute-certs",
"version": "2.2.0",
"version": "2.2.1",
"author": "Riccardo Calixte <rcalixte@broadinstitute.org>",
"description": "Module for SSL certificate configuration",
"summary": "Configures and manages SSL certificate deployments, restarting services as configured.",
Expand Down Expand Up @@ -62,7 +62,7 @@
],
"dependencies": [
{ "name":"puppetlabs-stdlib","version_requirement":">= 4.12.0 < 5.0.0" },
{ "name":"puppetlabs/concat","version_requirement":">= 1.1.1 < 3.0.0" }
{ "name":"puppetlabs/concat","version_requirement":">= 1.1.1 < 5.0.0" }
],
"requirements": [
{
Expand Down