Remove deprecated memcached::listen_ip

The parameter is deprecated in favor of the new listen parameter since
puppet-memcached 6.0.0[1].

[1] 0e99f8572d

Change-Id: Id1fb220c7a41eb03c7f0e5fca9eda5d3834d0388
This commit is contained in:
Takashi Kajinami 2022-05-30 15:13:54 +09:00
parent 560619f941
commit 0f86aab78c
1 changed files with 0 additions and 14 deletions

View File

@ -199,20 +199,6 @@ outputs:
- is_ipv6
- 'notls:[::1]:11211'
- 'notls:127.0.0.1:11211'
# NOTE(xek): the IP addresses are configured with:
# memcached::listen - the new way
# memcached::listen_ip - will be deprecated
# see: https://github.com/saz/puppet-memcached/pull/127
memcached::listen_ip:
- if:
- is_ipv6
- '::1'
- '127.0.0.1'
- str_replace:
template:
"%{lookup('$NETWORK')}"
params:
$NETWORK: {get_param: [ServiceNetMap, MemcachedNetwork]}
memcached::listen_ip_uri:
- if:
- is_ipv6