Change dependency for certificate file resource

https://review.openstack.org/#/c/322113/ has changed anchors and
ordering and packstack install fails when ssl is enabled in
rabbitmq.

Change-Id: I691f4001b7a104a7fb3d521075f9982782ef9147
This commit is contained in:
Alfredo Moralejo 2016-06-14 08:10:27 -04:00
parent e531ea5fb9
commit 01d278b753
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ if $kombu_ssl_keyfile {
file { $files_to_set_owner:
owner => 'neutron',
group => 'neutron',
require => Class['neutron'],
require => Package['openstack-neutron'],
}
File[$files_to_set_owner] ~> Service<||>
}