diff --git a/metadata.json b/metadata.json index 0c8331c..ff36e67 100644 --- a/metadata.json +++ b/metadata.json @@ -1,64 +1,64 @@ { "name": "saz-ssh", - "version": "5.0.0", + "version": "6.0.0", "author": "saz", "summary": "Manage SSH client and server via Puppet.", "description": "Manage SSH client and server via puppet", "license": "Apache-2.0", "source": "git://github.com/saz/puppet-ssh.git", "project_page": "https://github.com/saz/puppet-ssh", "dependencies": [ { "name": "puppetlabs/stdlib", "version_requirement": ">= 4.25.0 < 7.0.0" }, { "name": "puppetlabs/concat", "version_requirement": ">= 2.2.0 < 7.0.0" } ], "operatingsystem_support": [ { "operatingsystem": "RedHat" }, { "operatingsystem": "CentOS" }, { "operatingsystem": "OracleLinux" }, { "operatingsystem": "Scientific" }, { "operatingsystem": "Debian" }, { "operatingsystem": "Ubuntu" }, { "operatingsystem": "FreeBSD" }, { "operatingsystem": "DragonFly" }, { "operatingsystem": "OpenBSD" }, { "operatingsystem": "Gentoo" }, { "operatingsystem": "Solaris" }, { "operatingsystem": "ArchLinux" } ], "requirements": [ { "name": "puppet", "version_requirement": ">= 4.10.10 < 7.0.0" } ] }