Files
puppet-swift/lib/puppet/provider/swift_drive_audit_config/ini_setting.rb
Thomas Goirand 4d92952345 Add a swift_drive_audit_config puppet type
This patch adds what's necessary to configure drive-audit.conf

Change-Id: I9bee191412ead21f8fd765b8839b6d63f628bb9c
2021-05-19 21:21:53 +09:00

11 lines
215 B
Ruby

Puppet::Type.type(:swift_drive_audit_config).provide(
:ini_setting,
:parent => Puppet::Type.type(:openstack_config).provider(:ini_setting)
) do
def self.file_path
'/etc/swift/drive-audit.conf'
end
end