f52502f283
The logic is no longer needed since puppetlabs-inifile 0.10.0[1] and
the current minimum version is 2.0.0.
[1] 2f22483c87
Change-Id: I589847c426560c66e651193ed03a2bcefde72194
11 lines
219 B
Ruby
11 lines
219 B
Ruby
Puppet::Type.type(:neutron_agent_ovn).provide(
|
|
:ini_setting,
|
|
:parent => Puppet::Type.type(:openstack_config).provider(:ini_setting)
|
|
) do
|
|
|
|
def self.file_path
|
|
'/etc/neutron/plugins/ml2/ovn_agent.ini'
|
|
end
|
|
|
|
end
|