02194e0ffc
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
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
|