Skip to content

Commit

Permalink
Merge pull request #452 from 3flex/419-move-to-metadata-json
Browse files Browse the repository at this point in the history
(maint) switch from Modulefile to metadata.json
  • Loading branch information
jfryman committed Sep 20, 2014
2 parents 50f9e19 + 08f5a34 commit 6c19689
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ pkg/
pkg/
Gemfile.lock
spec/fixtures/
/metadata.json
12 changes: 0 additions & 12 deletions Modulefile

This file was deleted.

16 changes: 16 additions & 0 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "jfryman-nginx",
"version": "0.0.10",
"author": "James Fryman",
"summary": "Puppet NGINX management module",
"license": "Apache License Version 2.0",
"source": "http://github.com/jfryman/puppet-nginx",
"project_page": "http://github.com/jfryman/puppet-nginx",
"issues_url": "https://github.com/jfryman/puppet-nginx/issues",
"description": "This module can be used for basic NGINX Management",
"dependencies": [
{"name":"puppetlabs/stdlib","version_requirement":">= 3.0.0"},
{"name":"puppetlabs/apt","version_requirement":">= 1.0.0"},
{"name":"puppetlabs/concat","version_requirement":">= 1.1.0"}
]
}

0 comments on commit 6c19689

Please sign in to comment.