Merge "Use ensure_packages to install python3-redis"

This commit is contained in:
Zuul 2021-05-05 11:36:24 +00:00 committed by Gerrit Code Review
commit 574f9769b5
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class packstack::ceilometer ()
$redis_port = hiera('CONFIG_REDIS_PORT')
$coordination_url = "redis://${redis_host}:${redis_port}"
ensure_resource('package', 'python-redis', {
ensure_packages('python-redis', {
name => "python${pyvers}-redis",
tag => 'openstack',
})