Disable memcached's cachedump

To prevent users walking the memcached keys, Add "-X".

Partial-Bug: #1738835

Change-Id: I363c8faefcb4ce5153030e36498a7a7961520b01
This commit is contained in:
Derek Higgins 2017-12-13 15:30:48 +00:00
parent 5dd4e93f59
commit a4d6987c74
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ ssh::server::storeconfigs_enabled: false
# memcached
memcached::max_memory: '50%'
memcached::verbosity: 'v'
memcached::disable_cachedump: true
# Apache
apache::server_signature: 'Off'