diff --git a/.gitignore b/.gitignore index 1bccb81ed..6c68bc7fa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ pkg/ *.swp -/metadata.json .forge-releng/ diff --git a/Modulefile b/Modulefile deleted file mode 100644 index 5f0980424..000000000 --- a/Modulefile +++ /dev/null @@ -1,11 +0,0 @@ -name 'saz-memcached' -version '2.5.0' -source 'git://github.com/saz/puppet-memcached.git' -author 'saz' -license 'Apache License, Version 2.0' -summary 'UNKNOWN' -description 'Manage memcached via Puppet' -project_page 'https://github.com/saz/puppet-memcached' - -dependency 'puppetlabs/stdlib', '>= 3.2.0' -dependency 'puppetlabs/firewall', '>= 0.1.0' diff --git a/metadata.json b/metadata.json new file mode 100644 index 000000000..9644068c8 --- /dev/null +++ b/metadata.json @@ -0,0 +1,45 @@ +{ + "operatingsystem_support": [ + { + "operatingsystem": "RedHat" + }, + { + "operatingsystem": "CentOS" + }, + { + "operatingsystem": "OracleLinux" + }, + { + "operatingsystem": "Scientific" + }, + { + "operatingsystem": "Debian" + }, + { + "operatingsystem": "Ubuntu" + }, + ], + "requirements": [ + { + "name": "pe", + "version_requirement": "3.2.x" + }, + { + "name": "puppet", + "version_requirement": "3.x" + } + ], + "name": "saz-memcached", + "version": "2.5.0", + "author": "saz", + "summary": "UNKNOWN", + "license": "Apache License, Version 2.0", + "source": "git://github.com/saz/puppet-memcached.git", + "project_page": "https://github.com/saz/puppet-memcached", + "issues_url": "https://github.com/saz/puppet-memcached/issues", + "description": "Manage memcached via Puppet", + "dependencies": [ + {"name":"puppetlabs/stdlib","version_requirement":">= 3.2.0"}, + {"name":"puppetlabs/firewall","version_requirement":">= 0.1.0"} + ] +}