
This replaces the provider implementation of aodh_config type so that MultiStrOpt, which is used by several options like - oslo_messaging_notifications/driver - oslo_policy/policy_dirs are handled correctly. Change-Id: I15d8ef17d3fc876b87890b067ca2ea705646f124
11 lines
200 B
Ruby
11 lines
200 B
Ruby
Puppet::Type.type(:mistral_config).provide(
|
|
:openstackconfig,
|
|
:parent => Puppet::Type.type(:openstack_config).provider(:ruby)
|
|
) do
|
|
|
|
def self.file_path
|
|
'/etc/mistral/mistral.conf'
|
|
end
|
|
|
|
end
|