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