Takashi Kajinami 31edf99255 Switch provider to manage paste.ini file
... so that we users can use '<SERVICE DEFAULT>' similarly to
the resource types to manage the <service>.conf files.

Closes-Bug: #1981118
Change-Id: I56633cf5066f6608d1c61c19a956ebbad7cd9409
2022-07-09 10:03:37 +00:00

11 lines
205 B
Ruby

Puppet::Type.type(:aodh_api_paste_ini).provide(
:ini_setting,
:parent => Puppet::Type.type(:openstack_config).provider(:ini_setting)
) do
def self.file_path
'/etc/aodh/api-paste.ini'
end
end