puppet-aodh/lib/puppet/provider/aodh_config/openstackconfig.rb
Takashi Kajinami 3e47b5ac9d Add support for MultiStrOpt
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)
2023-01-24 01:16:03 +00:00

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