0868b32e79
Change-Id: I0335cf49c2ce55659c49325f2c0028f1af93705d
24 lines
349 B
Puppet
24 lines
349 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';
|
|
}
|
|
}
|