diff --git a/metadata.json b/metadata.json index 9a23938..c1c629a 100644 --- a/metadata.json +++ b/metadata.json @@ -1,24 +1,24 @@ { "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" ] + "operatingsystemrelease":[ "5.0", "6.0", "7.0" ] }, { "operatingsystem": "Ubuntu", "operatingsystemrelease": [ "12.04", "10.04", "14.04" ] } ], "dependencies": [ { "name": "puppetlabs/stdlib", "version_requirement": ">=2.6.0" } ] }