puppet-swift/manifests/proxy/proxy_logging.pp
Tobias Urdin 0868b32e79 Convert all class usage to relative names
Change-Id: I0335cf49c2ce55659c49325f2c0028f1af93705d
2019-12-08 23:21:35 +01:00

16 lines
243 B
Puppet

#
# Configure swift proxy-logging.
#
# == Authors
#
# Joe Topjian joe@topjian.net
#
class swift::proxy::proxy_logging {
include swift::deps
swift_proxy_config {
'filter:proxy-logging/use': value => 'egg:swift#proxy_logging';
}
}