
Fix new lint errors detected when full of the voxpupili lint plugins are enabled. Change-Id: Ifb5b50d7ae23c3e69a70721598e2719dbafa14d5 Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
26 lines
390 B
Puppet
26 lines
390 B
Puppet
#
|
|
# Configure swift listing_formats.
|
|
#
|
|
# == Parameters
|
|
#
|
|
# == Examples
|
|
#
|
|
# include swift::proxy::listing_formats
|
|
#
|
|
# == Authors
|
|
#
|
|
# Takashi Kajinami <tkajinam@redhat.com>
|
|
#
|
|
# == Copyright
|
|
#
|
|
# Copyright (C) 2021 Red Hat
|
|
#
|
|
class swift::proxy::listing_formats (
|
|
) {
|
|
include swift::deps
|
|
|
|
swift_proxy_config {
|
|
'filter:listing_formats/use': value => 'egg:swift#listing_formats';
|
|
}
|
|
}
|