
This patch adds what's necessary to configure drive-audit.conf Change-Id: I9bee191412ead21f8fd765b8839b6d63f628bb9c
11 lines
215 B
Ruby
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
|