overriding attributes should be the next logical presedence

- using normal to override the attribute will still give the
  chance to override it.

Change-Id: I24210a953871f37b380eceb297597a6f6629d7af
This commit is contained in:
Christoph Albers 2019-04-02 16:04:57 +02:00
parent 3187b91c8f
commit afc19bd6ce

View File

@ -27,7 +27,7 @@ default['openstack']['mq']['cluster'] = false
default['openstack']['mq']['search_for_cluster_disk_nodes'] = true
if platform_family?('debian', 'suse')
override['rabbitmq']['use_distro_version'] = true
normal['rabbitmq']['use_distro_version'] = true
normal['rabbitmq']['config'] = '/etc/rabbitmq/rabbitmq.config'
end