Files
puppet-swift/lib/puppet/provider/swift_container_reconciler_config/ini_setting.rb
Marcus Furlong d4922bee39 memcache_servers support in object-expirer and container-reconciler
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
2016-12-05 15:30:35 +11:00

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