Skip to content

Commit

Permalink
Bump version to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arioch committed Feb 17, 2015
1 parent 051a01b commit 11abd07
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Modulefile

This file was deleted.

66 changes: 66 additions & 0 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -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": [

]
}

0 comments on commit 11abd07

Please sign in to comment.