switch from Modulefile to metadata.json
This commit is contained in:
parent
50f9e19770
commit
08f5a3474e
3 changed files with 16 additions and 13 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,4 +4,3 @@ pkg/
|
|||
pkg/
|
||||
Gemfile.lock
|
||||
spec/fixtures/
|
||||
/metadata.json
|
||||
|
|
12
Modulefile
12
Modulefile
|
@ -1,12 +0,0 @@
|
|||
name 'jfryman-nginx'
|
||||
version '0.0.10'
|
||||
source 'http://github.com/jfryman/puppet-nginx'
|
||||
author 'James Fryman'
|
||||
license 'Apache License Version 2.0'
|
||||
summary 'Puppet NGINX management module'
|
||||
description 'This module can be used for basic NGINX Management'
|
||||
project_page 'http://github.com/jfryman/puppet-nginx'
|
||||
|
||||
dependency 'puppetlabs/stdlib', '>= 3.0.0'
|
||||
dependency 'puppetlabs/apt', '>= 1.0.0'
|
||||
dependency 'puppetlabs/concat', '>= 1.1.0'
|
16
metadata.json
Normal file
16
metadata.json
Normal file
|
@ -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"}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue