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

Commit

Permalink
Fix service notifications and update metadata (#30) (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
Riccardo Calixte committed Jun 7, 2018
1 parent 92544b7 commit 2ad0892
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
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

0 comments on commit 2ad0892

Please sign in to comment.