553f60ab10
This replaces the provider implementation of aodh_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: I4cea52da9531b68598c0d7429fb2ed581ab6c4f7
11 lines
194 B
Ruby
11 lines
194 B
Ruby
Puppet::Type.type(:zaqar_config).provide(
|
|
:openstackconfig,
|
|
:parent => Puppet::Type.type(:openstack_config).provider(:ruby)
|
|
) do
|
|
|
|
def self.file_path
|
|
'/etc/zaqar/zaqar.conf'
|
|
end
|
|
|
|
end
|