puppet-aodh/lib/puppet/provider/aodh_config/openstackconfig.rb
Takashi Kajinami 02194e0ffc 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
2021-07-13 17:47:29 +09: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