diff --git a/.gitignore b/.gitignore index f1e086c..5a66f48 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ pkg/ *.swp -metadata.json spec/fixtures/ diff --git a/Modulefile b/Modulefile deleted file mode 100644 index 674a1dd..0000000 --- a/Modulefile +++ /dev/null @@ -1,9 +0,0 @@ -name 'saz-sudo' -version '3.0.10' -source 'UNKNOWN' -author 'saz' -license 'Apache License, Version 2.0' -summary 'UNKNOWN' -description 'Manage sudo configuration via Puppet' -dependency 'puppetlabs/stdlib', '>= 2.3.0' -project_page 'https://github.com/saz/puppet-sudo' diff --git a/metadata.json b/metadata.json new file mode 100644 index 0000000..a71cc49 --- /dev/null +++ b/metadata.json @@ -0,0 +1,24 @@ +{ + "name": "saz-sudo", + "version": "3.0.10", + "author": "saz", + "license": "Apache-2.0", + "summary": "Manage sudo configuration via Puppet", + "source": "https://github.com/saz/puppet-sudo", + "project_page": "https://forge.puppetlabs.com/examplecorp/mymodule", + "issues_url": "https://github.com/saz/puppet-sudo/issues", + "tags": ["sudo"], + "operatingsystem_support": [ + { + "operatingsystem":"RedHat", + "operatingsystemrelease":[ "5.0", "6.0" ] + }, + { + "operatingsystem": "Ubuntu", + "operatingsystemrelease": [ "12.04", "10.04", "14.04" ] + }, + ], + "dependencies": [ + { "name": "puppetlabs/stdlib", "version_requirement": ">=2.3.0 <5.0.0" }, + ] +} \ No newline at end of file