Update memcached cookbook to ~> 5.1

Change-Id: I1d0b1df7af88fbaff42995f54eb0b51bbc85a4af
This commit is contained in:
Lance Albertson 2020-03-30 14:53:13 -07:00 committed by Dr. Jens Harbott
parent 849de5efdb
commit 07627b9fc7
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', '~> 4.1'
- 'memcached', '~> 5.1'
- 'selinux'
- 'yum-epel'

View File

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