diff --git a/manifests/memcached.pp b/manifests/memcached.pp index a934a5837..d62474e5d 100644 --- a/manifests/memcached.pp +++ b/manifests/memcached.pp @@ -2,7 +2,7 @@ class openstack_integration::memcached { include openstack_integration::config class { 'memcached': - listen_ip => $::openstack_integration::config::host, - udp_port => 0, + listen => $::openstack_integration::config::host, + udp_port => 0, } }