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
200 B
Ruby
11 lines
200 B
Ruby
Puppet::Type.type(:neutron_config).provide(
|
|
:openstackconfig,
|
|
:parent => Puppet::Type.type(:openstack_config).provider(:ruby)
|
|
) do
|
|
|
|
def self.file_path
|
|
'/etc/neutron/neutron.conf'
|
|
end
|
|
|
|
end
|