Takashi Kajinami f046bf6ee7 Remove workaround for puppet-redis + CentOS Stream 9
... because puppet-redis supports CentOS Stream 9 since v8.3.0 and
uses the correct file path automatically.

[1] 9d2e3fc5b6

Change-Id: I9d2d78fe98d3a6f820b5356a78f4cf599a6d6d27
2022-06-24 11:39:50 +09:00

9 lines
194 B
Puppet

class openstack_integration::redis {
include openstack_integration::config
class { 'redis':
bind => $::openstack_integration::config::host,
ulimit_managed => false,
}
}