Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9125834
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
=>
$memcached_bind,
tcp_port
=>
$memcached_port,
max_memory
=>
$memcached_memory,
}
}
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Jun 21 2025, 9:24 PM (4 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3238390
Attached To
rSPSITE puppet-swh-site
Event Timeline
Log In to Comment