Takashi Kajinami 0daf287341 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: I5af2205b0e067f1a4fe44b4d4fd92bf23fd24de4
2022-07-09 10:04:14 +00:00

11 lines
205 B
Ruby

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