
... so that we users can use '<SERVICE DEFAULT>' similarly to the resource types to manage the <service>.conf files. Change-Id: I6fa40acff1989436c5326e94c98c9574644d18b2
11 lines
217 B
Ruby
11 lines
217 B
Ruby
Puppet::Type.type(:designate_rootwrap_config).provide(
|
|
:ini_setting,
|
|
:parent => Puppet::Type.type(:openstack_config).provider(:ini_setting)
|
|
) do
|
|
|
|
def self.file_path
|
|
'/etc/designate/rootwrap.conf'
|
|
end
|
|
|
|
end
|