Takashi Kajinami a7b1d30149 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: I3cae6998ec9a2157f507650859e030c576a3cd8c
2022-02-07 00:58:13 +09:00

11 lines
266 B
Ruby

Puppet::Type.type(:{{cookiecutter.project_name}}_config).provide(
:openstackconfig,
:parent => Puppet::Type.type(:openstack_config).provider(:ruby)
) do
def self.file_path
'/etc/{{cookiecutter.project_name}}/{{cookiecutter.project_name}}.conf'
end
end