Files
Takashi Kajinami 2b72740540 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: I3b8eeb554f9eac794dca0b691711dddc2f48ea1f
2022-07-09 22:29:50 +09:00

11 lines
209 B
Ruby

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