From 11f72f6cbba37a6cef4999fa87d29395aa359fda Mon Sep 17 00:00:00 2001 From: Andy Farler Date: Mon, 2 May 2022 10:48:18 -0400 Subject: [PATCH 1/2] update elastic_stack dependency --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index 6950919..1b99113 100644 --- a/metadata.json +++ b/metadata.json @@ -10,7 +10,7 @@ "dependencies": [ { "name": "elastic/elastic_stack", - "version_requirement": ">= 6.1.0 < 7.0.0" + "version_requirement": ">= 6.1.0 < 9.0.0" } ], "operatingsystem_support": [ From 6bd538d8a1e84ff3105d90c5cc1e50f80236a618 Mon Sep 17 00:00:00 2001 From: Andy Farler Date: Tue, 17 May 2022 15:56:38 -0400 Subject: [PATCH 2/2] update module name --- README.md | 2 +- metadata.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5eb4246..7d953eb 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ class { 'kibana': ensure => absent } ### OSS Packages and Repository Management -This module uses the [elastic/elastic_stack](https://forge.puppet.com/elastic/elastic_stack) module to manage the elastic package repositories. +This module uses the [puppet/elastic_stack](https://forge.puppet.com/puppet/elastic_stack) module to manage the elastic package repositories. In order to control which major version of package repository to manage, declare the associated repository version in the `elastic_stack::repo` class. For example, to explicitly set the repository version to 5 instead of the default (which, at the time of this writing, is 6): diff --git a/metadata.json b/metadata.json index 1b99113..84228b6 100644 --- a/metadata.json +++ b/metadata.json @@ -9,7 +9,7 @@ "issues_url": "https://github.com/voxpupuli/puppet-kibana/issues", "dependencies": [ { - "name": "elastic/elastic_stack", + "name": "puppet/elastic_stack", "version_requirement": ">= 6.1.0 < 9.0.0" } ],