3e47b5ac9d
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: I9e7514e4eb39090fb77379a9e44ed5ffed937f38
(cherry picked from commit 02194e0ffc
)
11 lines
191 B
Ruby
11 lines
191 B
Ruby
Puppet::Type.type(:aodh_config).provide(
|
|
:openstackconfig,
|
|
:parent => Puppet::Type.type(:openstack_config).provider(:ruby)
|
|
) do
|
|
|
|
def self.file_path
|
|
'/etc/aodh/aodh.conf'
|
|
end
|
|
|
|
end
|