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

Commit 38f7f5b

Browse files
committed
Metadata.json removed from gitignore
1 parent ce4865a commit 38f7f5b

File tree

2 files changed

+33
-4
lines changed

2 files changed

+33
-4
lines changed

.gitignore

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
1+
/.idea
12
/.gradle
2-
/metadata.json
33
/.rvmrc
4+
/_site
45
build
56
pkg/
7+
coverage/
68
Session.vim
79
spec/fixtures
810
.*.sw[a-z]
11+
Gemfile.lock
912
*.un~
10-
.bundle
11-
vendor
12-
.gemfile.lock
13+
/.vagrant
14+
/vagrant/modules/public
15+
.coveralls.yml
16+
.bundle/
17+
.yardoc/
18+
doc/
19+
vendor/
20+
_site/

metadata.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "example42-tomcat",
3+
"version": "2.1.9",
4+
"summary": "Puppet module for tomcat",
5+
"author": "Alessandro Franceschi",
6+
"description": "This module installs and manages tomcat. Check README.rdoc for details. Puppi is required for some common functions: you can install them without using the whole module. Monitor and firewall dependencies are needed only if the relevant features are enabled",
7+
"dependencies": [
8+
{
9+
"name": "example42/puppi",
10+
"version_requirement": ">=2.0.0"
11+
}
12+
],
13+
"types": [
14+
15+
],
16+
"checksums": {
17+
},
18+
"source": "https://github.com/example42/puppet-tomcat",
19+
"project_page": "http://www.example42.com",
20+
"license": "Apache2"
21+
}

0 commit comments

Comments
 (0)