Takashi Kajinami d81d5226e2 Add support for MultiStrOpt
This replaces the provider implementation of manila_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: Id09addfa7f930e0f2279dc114e68ca8a635b0d9d
2021-07-13 17:57:55 +09:00

11 lines
197 B
Ruby

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