
This commit adds support for the memcache_servers option in object-expirer and container-reconciler. Without this, both currently default to 127.0.0.1:11211. Closes-Bug: #1627927 Change-Id: Ie139f018c4a742b014dd4d682970e154d66a8c6d
11 lines
233 B
Ruby
11 lines
233 B
Ruby
Puppet::Type.type(:swift_container_reconciler_config).provide(
|
|
:ini_setting,
|
|
:parent => Puppet::Type.type(:openstack_config).provider(:ini_setting)
|
|
) do
|
|
|
|
def self.file_path
|
|
'/etc/swift/container-reconciler.conf'
|
|
end
|
|
|
|
end
|