puppet-barbican/lib/puppet/provider/barbican_config/ini_setting.rb

11 lines
206 B
Ruby

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