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