rabbitmq: Create ssl certificate directory after package installation
... and remove the redundant dual resource dependencies. Change-Id: I83b650955d422a940b0dcb5d193bdceb6aeac6d3
This commit is contained in:
parent
3830987175
commit
45e35b4a9e
@ -9,7 +9,7 @@ class openstack_integration::rabbitmq {
|
||||
owner => 'root',
|
||||
mode => '0755',
|
||||
selinux_ignore_defaults => true,
|
||||
before => File["/etc/rabbitmq/ssl/private/${facts['networking']['fqdn']}.pem"],
|
||||
require => Class['rabbitmq::install'],
|
||||
}
|
||||
openstack_integration::ssl_key { 'rabbitmq':
|
||||
key_path => "/etc/rabbitmq/ssl/private/${facts['networking']['fqdn']}.pem",
|
||||
|
Loading…
Reference in New Issue
Block a user