
This replaces the provider implementation of cloudkitty_config type so that MultiStrOpt, which is used by several options like - oslo_messaging_notifications/driver - oslo_policy/policy_dirs are handled correctly. Change-Id: Iefdfa5b83cb1f5ff691cc38e0f691babac9bdfb0
11 lines
209 B
Ruby
11 lines
209 B
Ruby
Puppet::Type.type(:cloudkitty_config).provide(
|
|
:openstackconfig,
|
|
:parent => Puppet::Type.type(:openstack_config).provider(:ruby)
|
|
) do
|
|
|
|
def self.file_path
|
|
'/etc/cloudkitty/cloudkitty.conf'
|
|
end
|
|
|
|
end
|