Skip to content

Commit

Permalink
Use metadata.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanevet committed Sep 23, 2014
1 parent 46190ce commit e2e4f2e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 9 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
2014-07-02 - Version 0.3.0
##2014-09-23 - Version 0.3.1
- Centralize metadata files

##2014-07-02 - Version 0.3.0
###Summary
- Add purge parameter
- Cleanup unscoped variables
8 changes: 0 additions & 8 deletions Modulefile

This file was deleted.

14 changes: 14 additions & 0 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "camptocamp-augeas",
"version": "0.3.1",
"author": "camptocamp",
"summary": "Camptocamp Augeas module",
"license": "GNU GPLv3",
"source": "https://github.com/camptocamp/puppet-augeas",
"project_page": "https://github.com/camptocamp/puppet-augeas",
"issues_url": "https://github.com/camptocamp/puppet-augeas/issues",
"description": "Augeas Module for Puppet",
"dependencies": [
{"name":"puppetlabs/stdlib","version_requirement":">= 3.2.0"}
]
}

0 comments on commit e2e4f2e

Please sign in to comment.