puppet-zaqar/lib/puppet/provider/zaqar_config/openstackconfig.rb
Takashi Kajinami 553f60ab10 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: I4cea52da9531b68598c0d7429fb2ed581ab6c4f7
2021-12-27 16:23:13 +09:00

11 lines
194 B
Ruby

Puppet::Type.type(:zaqar_config).provide(
:openstackconfig,
:parent => Puppet::Type.type(:openstack_config).provider(:ruby)
) do
def self.file_path
'/etc/zaqar/zaqar.conf'
end
end