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

16 lines
260 B
Puppet

#
# Configure Swift Container Sync
#
# == Authors
#
# Denis Egorenko <degorenko@mirantis.com>
#
class swift::proxy::container_sync() {
include swift::deps
swift_proxy_config {
'filter:container_sync/use': value => 'egg:swift#container_sync';
}
}