11 lines
194 B
Ruby
11 lines
194 B
Ruby
Puppet::Type.type(:oslo_config).provide(
|
|
:ini_setting,
|
|
:parent => Puppet::Type.type(:openstack_config).provider(:ini_setting)
|
|
) do
|
|
|
|
def self.file_path
|
|
'/etc/oslo/oslo.conf'
|
|
end
|
|
|
|
end
|