Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9338310
memcached.pp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
382 B
Subscribers
None
memcached.pp
View Options
# Install and configure local memcached server
class
profile
::
memcached
{
$memcached_bind
=
lookup
(
'memcached::server::bind'
)
$memcached_port
=
lookup
(
'memcached::server::port'
)
$memcached_memory
=
lookup
(
'memcached::server::max_memory'
)
class
{
'::memcached'
:
listen_ip
=>
$memcached_bind,
tcp_port
=>
$memcached_port,
max_memory
=>
$memcached_memory,
}
}
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Jul 4 2025, 8:42 AM (7 w, 3 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3287553
Attached To
rSPSITE puppet-swh-site
Event Timeline
Log In to Comment