diff --git a/metadata.json b/metadata.json index 1b561fa..90a05c7 100644 --- a/metadata.json +++ b/metadata.json @@ -1,64 +1,64 @@ { "name": "saz-ssh", "version": "7.0.1", "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 < 8.0.0" + "version_requirement": ">= 4.25.0 < 9.0.0" }, { "name": "puppetlabs/concat", "version_requirement": ">= 2.2.0 < 8.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": ">= 6.1.0 < 8.0.0" } ] }