Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

Commit

Permalink
Added metadata.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alvagante committed Aug 12, 2015
1 parent 4e22908 commit d11e298
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/.gradle
/metadata.json
/.rvmrc
build
pkg/
Expand Down
21 changes: 21 additions & 0 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "example42-yum",
"version": "2.1.19",
"summary": "Puppet module for yum",
"author": "Alessandro Franceschi",
"description": "This module installs and manages yum and several different yum repos",
"dependencies": [
{
"name": "example42/puppi",
"version_requirement": ">=2.0.0"
}
],
"types": [

],
"checksums": {
},
"source": "https://github.com/example42/puppet-yum",
"project_page": "http://www.example42.com",
"license": "Apache2"
}

0 comments on commit d11e298

Please sign in to comment.