2016-07-14 16:24:48 -04:00
|
|
|
class openstack_integration::memcached {
|
2019-12-08 12:59:28 +01:00
|
|
|
include openstack_integration::config
|
2016-07-14 16:24:48 -04:00
|
|
|
|
2019-12-08 12:59:28 +01:00
|
|
|
class { 'memcached':
|
2021-08-06 20:39:18 +09:00
|
|
|
listen => $::openstack_integration::config::host,
|
|
|
|
udp_port => 0,
|
2016-07-14 16:24:48 -04:00
|
|
|
}
|
|
|
|
}
|