metadata: change 'source' to point to git repo
The docs say 'source' is "The source repository for your module." Using puppetlabs-apache as an example the source repo has been updated to point to the git repository rather than the GitHub webpage.
This commit is contained in:
parent
b23c20b379
commit
ac663b17be
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
"author": "James Fryman",
|
"author": "James Fryman",
|
||||||
"summary": "Puppet NGINX management module",
|
"summary": "Puppet NGINX management module",
|
||||||
"license": "Apache License Version 2.0",
|
"license": "Apache License Version 2.0",
|
||||||
"source": "http://github.com/jfryman/puppet-nginx",
|
"source": "https://github.com/jfryman/puppet-nginx.git",
|
||||||
"project_page": "http://github.com/jfryman/puppet-nginx",
|
"project_page": "http://github.com/jfryman/puppet-nginx",
|
||||||
"issues_url": "https://github.com/jfryman/puppet-nginx/issues",
|
"issues_url": "https://github.com/jfryman/puppet-nginx/issues",
|
||||||
"description": "This module can be used for basic NGINX Management",
|
"description": "This module can be used for basic NGINX Management",
|
||||||
|
|
Loading…
Reference in a new issue