Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make apt and epel soft dependencies #358

Merged
merged 1 commit into from
May 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ class { '::redis':
}
```

**Warning** note that it requires [puppetlabs/apt](https://forge.puppet.com/puppetlabs/apt) on Debian or Ubuntu distros. On Red Hat [puppet/epel](https://forge.puppet.com/puppet/epel) is needed unless the installation is using Software Collections. In that case will install `centos-release-scl-rh` from CentOS extras. For RHEL or other RHEL-derivatives this isn't managed.

### Redis Sentinel

Optionally install and configuration a redis-sentinel server.
Expand All @@ -133,7 +135,9 @@ class { '::redis::sentinel':

### Soft dependency

This module requires `camptocamp/systemd` on Puppet versions older than 6.1.0.
This module requires [camptocamp/systemd](https://forge.puppet.com/camptocamp/systemd) on Puppet versions older than 6.1.0.

When managing the repo, it either needs [puppetlabs/apt](https://forge.puppet.com/puppetlabs/apt) or [puppet/epel](https://forge.puppet.com/puppet/epel).

## `redis::get()` function

Expand Down
8 changes: 0 additions & 8 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,10 @@
"project_page": "http://github.com/voxpupuli/puppet-redis",
"issues_url": "https://github.com/voxpupuli/puppet-redis/issues",
"dependencies": [
{
"name": "puppetlabs/apt",
"version_requirement": ">= 2.3.0 < 8.0.0"
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.25.0 < 7.0.0"
},
{
"name": "puppet/epel",
"version_requirement": ">= 3.0.0 < 4.0.0"
},
{
"name": "herculesteam/augeasproviders_sysctl",
"version_requirement": ">= 2.1.0 < 3.0.0"
Expand Down