From c0a481a936e0a69cd93d214ce5dffd41b86c3ca9 Mon Sep 17 00:00:00 2001 From: markaddonizio <135711432+markaddonizio@users.noreply.github.com> Date: Mon, 9 Oct 2023 11:57:50 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7c6a402..c38f12d 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,9 @@ This module will also add a cron job to periodically run the `aide --check` comm This module requires some additional modules, but it is highly likely that they are already installed on your puppet server. They are as follows: -* `puppetlabs/concat` `4.0 - 8.0` -* `puppetlabs/stdlib` `4.0 - 8.0` -* `puppet/cron` `1.0 - 8.0` +* `puppetlabs/concat` `9.0 - 10.0` +* `puppetlabs/stdlib` `9.0 - 10.0` +* `puppet/cron` `1.0 - 5.0` ## Examples From 287e3f4dd4439a5b5f0e2813fe61491387e96ab2 Mon Sep 17 00:00:00 2001 From: markaddonizio <135711432+markaddonizio@users.noreply.github.com> Date: Mon, 9 Oct 2023 11:58:31 -0400 Subject: [PATCH 2/2] Update metadata.json --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index f780630..9d5f0be 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "iu-aide", - "version": "2.2.1", + "version": "2.3.0", "author": "Kenneth Gyan , Mark Addonizio ", "summary": "Installs, configures, and manages AIDE (Advanced Intrustion Detection Environment).", "license": "BSD-3-Clause",