
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>
15 lines
262 B
Puppet
15 lines
262 B
Puppet
#
|
|
# Configure swift proxy-logging.
|
|
#
|
|
# == Authors
|
|
#
|
|
# Joe Topjian joe@topjian.net
|
|
#
|
|
class swift::internal_client::proxy_logging {
|
|
include swift::deps
|
|
|
|
swift_internal_client_config {
|
|
'filter:proxy-logging/use': value => 'egg:swift#proxy_logging';
|
|
}
|
|
}
|