
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>
23 lines
346 B
Puppet
23 lines
346 B
Puppet
#
|
|
# Configure swift healthcheck.
|
|
#
|
|
# == Dependencies
|
|
#
|
|
# == Examples
|
|
#
|
|
# == Authors
|
|
#
|
|
# Dan Bode dan@puppetlabs.com
|
|
#
|
|
# == Copyright
|
|
#
|
|
# Copyright 2011 Puppetlabs Inc, unless otherwise noted.
|
|
#
|
|
class swift::proxy::healthcheck {
|
|
include swift::deps
|
|
|
|
swift_proxy_config {
|
|
'filter:healthcheck/use': value => 'egg:swift#healthcheck';
|
|
}
|
|
}
|