From 05672e9e450a7cfd946daf1679db0dfbaa5f3bf3 Mon Sep 17 00:00:00 2001 From: Artem Sidorenko Date: Wed, 23 Nov 2016 19:37:36 +0100 Subject: [PATCH] Fixing metadata as supermarket API expects a float --- metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index d05ff57..7d56317 100644 --- a/metadata.rb +++ b/metadata.rb @@ -28,7 +28,7 @@ supports 'centos', '>= 5.0' supports 'redhat', '>= 5.0' supports 'oracle', '>= 6.4' -supports 'fedora', '>= 23' +supports 'fedora', '>= 23.0' recipe 'ssh-hardening::default', 'installs and configures ssh client and server' recipe 'ssh-hardening::client', 'install and apply security hardening for ssh client'