diff --git a/metadata.json b/metadata.json index c1c629a..1ca6c1a 100644 --- a/metadata.json +++ b/metadata.json @@ -1,24 +1,64 @@ { "name": "saz-sudo", "version": "4.1.0", "author": "saz", "license": "Apache-2.0", "summary": "Manage sudo configuration via Puppet", "source": "https://github.com/saz/puppet-sudo", "project_page": "https://github.com/saz/puppet-sudo", "issues_url": "https://github.com/saz/puppet-sudo/issues", "tags": ["sudo"], "operatingsystem_support": [ { - "operatingsystem":"RedHat", - "operatingsystemrelease":[ "5.0", "6.0", "7.0" ] + "operatingsystem": "RedHat" }, { - "operatingsystem": "Ubuntu", - "operatingsystemrelease": [ "12.04", "10.04", "14.04" ] + "operatingsystem": "CentOS" + }, + { + "operatingsystem": "OracleLinux" + }, + { + "operatingsystem": "Scientific" + }, + { + "operatingsystem": "Debian" + }, + { + "operatingsystem": "Ubuntu" + }, + { + "operatingsystem": "SmartOS" + }, + { + "operatingsystem": "OmniOS" + }, + { + "operatingsystem": "FreeBSD" + }, + { + "operatingsystem": "OpenBSD" + }, + { + "operatingsystem": "AIX" + }, + { + "operatingsystem": "Darwin" + }, + { + "operatingsystem": "Gentoo" + }, + { + "operatingsystem": "Archlinux" + }, + { + "operatingsystem": "Amazon" + }, + { + "operatingsystem": "Suse" } ], "dependencies": [ { "name": "puppetlabs/stdlib", "version_requirement": ">=2.6.0" } ] }