Merge "Remove deprecated memcached::listen_ip"
This commit is contained in:
commit
1b0bd3cef1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user