
... so that we users can use '<SERVICE DEFAULT>' similarly to the resource types to manage the <service>.conf files. Closes-Bug: #1981118 Change-Id: I4a8615334919abcdd30596ee68142c8cdb2a1eae
11 lines
217 B
Ruby
11 lines
217 B
Ruby
Puppet::Type.type(:cloudkitty_api_paste_ini).provide(
|
|
:ini_setting,
|
|
:parent => Puppet::Type.type(:openstack_config).provider(:ini_setting)
|
|
) do
|
|
|
|
def self.file_path
|
|
'/etc/cloudkitty/api_paste.ini'
|
|
end
|
|
|
|
end
|