diff --git a/README.md b/README.md index 77489c2..79f5321 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ # lits_vm Cookbook -============= This cookbook configures a server to install applications on. Currently only tested on CentOS 7.x, but should work on RHEL 7.x as well. ## Requirements diff --git a/metadata.rb b/metadata.rb index fc72d45..1fed36c 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'All rights reserved' description 'Configures a base VM for installing applications' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '0.3.3' +version '0.3.4' depends 'sshd', '~> 1.3.0' depends 'ssh-hardening', '~> 1.3.0'