This replaces the deprecated redis cookbook. Compiles the latest version of Redis, currently 7.0.11 Refs #488
22 lines
537 B
Ruby
22 lines
537 B
Ruby
name 'redisio'
|
|
maintainer 'Sous Chefs'
|
|
maintainer_email 'help@sous-chefs.org'
|
|
license 'Apache-2.0'
|
|
description 'Installs and configures redis'
|
|
version '6.4.1'
|
|
source_url 'https://github.com/sous-chefs/redisio'
|
|
issues_url 'https://github.com/sous-chefs/redisio/issues'
|
|
chef_version '>= 16'
|
|
|
|
suports 'amazon'
|
|
supports 'centos'
|
|
supports 'debian'
|
|
supports 'fedora'
|
|
supports 'redhat'
|
|
supports 'rocky'
|
|
supports 'scientific'
|
|
supports 'suse'
|
|
supports 'ubuntu'
|
|
|
|
depends 'selinux'
|