
... because puppet-redis supports CentOS Stream 9 since v8.3.0 and
uses the correct file path automatically.
[1] 9d2e3fc5b6
Change-Id: I9d2d78fe98d3a6f820b5356a78f4cf599a6d6d27
9 lines
194 B
Puppet
9 lines
194 B
Puppet
class openstack_integration::redis {
|
|
include openstack_integration::config
|
|
|
|
class { 'redis':
|
|
bind => $::openstack_integration::config::host,
|
|
ulimit_managed => false,
|
|
}
|
|
}
|