
... 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
11 lines
205 B
Ruby
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
|