Skip to content

Commit

Permalink
Merge pull request #59 from MiamiOH/update-module-name
Browse files Browse the repository at this point in the history
  • Loading branch information
smortex authored Jun 9, 2022
2 parents d11ce91 + 6bd538d commit eed357a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):

Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"issues_url": "https://github.com/voxpupuli/puppet-kibana/issues",
"dependencies": [
{
"name": "elastic/elastic_stack",
"version_requirement": ">= 6.1.0 < 7.0.0"
"name": "puppet/elastic_stack",
"version_requirement": ">= 6.1.0 < 9.0.0"
}
],
"operatingsystem_support": [
Expand Down

0 comments on commit eed357a

Please sign in to comment.