diff --git a/Modulefile b/Modulefile deleted file mode 100644 index 98d9eca..0000000 --- a/Modulefile +++ /dev/null @@ -1,8 +0,0 @@ -name 'arioch-ulimit' -version '0.0.1' -author 'Tom De Vylder' -license 'Apache License, Version 2.0' -summary 'Ulimit module' -description 'Ulimit module' -project_page 'http://arioch.github.io/puppet-ulimit/' - diff --git a/metadata.json b/metadata.json new file mode 100644 index 0000000..4707af8 --- /dev/null +++ b/metadata.json @@ -0,0 +1,66 @@ +{ + "name": "arioch-ulimit", + "version": "0.0.2", + "author": "Tom De Vylder", + "summary": "Ulimit module", + "license": "Apache License, Version 2.0", + "source": "https://github.com/arioch/puppet-ulimit", + "project_page": "http://arioch.github.io/puppet-ulimit/", + "issues_url": "https://github.com/arioch/puppet-ulimit/issues", + "description": "Ulimit module", + "tags": [ + "ulimit" + ], + "operatingsystem_support": [ + { + "operatingsystem": "Debian", + "operatingsystemrelease": [ + "6.0", + "6.1", + "6.2", + "6.3", + "6.4", + "6.5", + "6.6", + "6.6", + "6.7", + "6.9", + "7.0", + "7.1", + "7.2", + "7.3", + "7.4", + "7.5" + ] + }, + { + "operatingsystem": "RedHat", + "operatingsystemrelease": [ + "6.0", + "6.1", + "6.2", + "6.3", + "6.4", + "6.5", + "6.6", + "7" + ] + }, + { + "operatingsystem": "CentOS", + "operatingsystemrelease": [ + "6.0", + "6.1", + "6.2", + "6.3", + "6.4", + "6.5", + "6.6", + "7" + ] + } + ], + "dependencies": [ + + ] +}