Takashi Kajinami c495536f9a Add support for rootwrap.conf
Change-Id: I47eb5f99377974eeb8c6fe07c4baa6b40a8af407
2021-12-27 16:02:25 +09:00

11 lines
211 B
Ruby

Puppet::Type.type(:cinder_rootwrap_config).provide(
:ini_setting,
:parent => Puppet::Type.type(:openstack_config).provider(:ini_setting)
) do
def self.file_path
'/etc/cinder/rootwrap.conf'
end
end