Bump to memcached ~> 6.0

This pulls in fixes needed to address problems with setting the lock_dir
in apache vhosts on ubuntu hosts.

Change-Id: Iaab65fe46e517a54e193b8363c2152fb80806a25
This commit is contained in:
Lance Albertson
2020-04-07 15:13:46 -07:00
parent 07627b9fc7
commit 7a370737ba
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ The following cookbooks are dependencies:
- 'etcd', '~> 5.6'
- 'mariadb', '~> 3.1'
- 'memcached', '~> 5.1'
- 'memcached', '~> 6.0'
- 'selinux'
- 'yum-epel'

View File

@@ -11,7 +11,7 @@ end
depends 'etcd', '~> 5.6'
depends 'mariadb', '~> 3.1'
depends 'memcached', '~> 5.1'
depends 'memcached', '~> 6.0'
depends 'selinux'
depends 'yum-epel'