Skip to content

Commit

Permalink
puppet 7 CA Dir considerations
Browse files Browse the repository at this point in the history
  • Loading branch information
MartyEwings committed May 4, 2021
1 parent 83739da commit 518ad6e
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

## Release 1.1.0

**Features**
Updated module to consider the new location of the CA directory in Puppet 7

## Release 1.0

Expand Down
38 changes: 38 additions & 0 deletions REFERENCE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Reference

<!-- DO NOT EDIT: This document was generated by Puppet Strings -->

## Table of Contents

### Classes

* [`ca_expiry_check`](#ca_expiry_check): Notify if CA will expire within a set window Notifys on each puppet run should the CA Cert get within a specific window

## Classes

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

Notify if CA will expire within a set window

Notifys on each puppet run should the CA Cert get within a specific window

#### Examples

#####

```puppet
include ca_expiry_check
```

#### Parameters

The following parameters are available in the `ca_expiry_check` class:

* [`alertwindow`](#alertwindow)

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

Data type: `Integer`



4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "martyewings-ca_expiry_check",
"version": "1.0.0",
"version": "1.1.0",
"author": "Marty Ewings",
"summary": "Tools for monitoring and notifying of impending Puppet CA expiry",
"license": "Apache-2.0",
Expand Down Expand Up @@ -57,7 +57,7 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.10.0 < 7.0.0"
"version_requirement": ">= 4.10.0 < 8.0.0"
}
],
"pdk-version": "2.1.0",
Expand Down

0 comments on commit 518ad6e

Please sign in to comment.