diff --git a/manifests/init.pp b/manifests/init.pp index 5bb35aa92..749c6a077 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -6,8 +6,5 @@ class openstack_integration { package { 'openstack-selinux': ensure => 'latest' } - # temporary hack to make sure RabbitMQ does not steal UID - # of Keystone - Package<| title == 'keystone' |> -> Package<| title == 'rabbitmq-server' |> } }